How do I edit the post meta data below the blog post title? I want to remove the "by AUTHOR". thanks.
ThemeShaper Forums » Thematic
Edit Post Meta Data
(6 posts)-
Posted 3 years ago #
-
try via css
Posted 3 years ago # -
Using the "display:none" css property you can get rid of the author name, but you are left with annoying "|" symbol as that is built into the "hooks-filters.php" file. So I think the only way to get rid of it is to override hooks-filters with your own custom functions.php file. I don't know that for sure.
Additionally, with thematic 0.8 and WP 2.7 any custom functions seem to screw up the entire site. I'm still figuring out why.
Posted 3 years ago # -
The "|" is a CSS-Class which you can set to display:none too ...
.entry-meta .meta-sep {
display: none;}
Posted 3 years ago # -
Nice. I hadn't done an X-ray on the theme to realize that. Very helpful. Thanks Anthrax.
Posted 3 years ago # -
what about removing the 'Published:' text, but leave the timestamp intact?
Posted 2 years ago #
Reply
You must log in to post.