Single post on Home Page
URL to the page in question:
-
I am using the latest version of foundation and want to include one post on the home page, which I have done using the post widget. However I do not want the post title, author, comments and category to show at all, just the wording from the post. Can I do this by amending the widget-posts.php file or is there some other way to do this?
Jill,
Great question. You can hide that line from the posts widget. Here’s how:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
.featured-posts p.post-meta {
display: none;
}
- Update your settings.
That should hide that line from your featured post widget. If you have any questions or trouble, just let me know.
Have a great week,
Bill
Thanks Bill, that has got rid of most of it, but can I do the same to hide the post title as I just want the content of the post to be shown?
Sorry, I am not very technical!
- The topic ‘Single post on Home Page’ is closed to new replies.