Single post on Home Page

Support Area Forums Foundation Single post on Home Page

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #10256
    Jill Moore
    Participant

    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?

    #10264
    Bill Robbins
    Participant

    Jill,

    Great question. You can hide that line from the posts widget. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .featured-posts p.post-meta {
      	display: none;
      }
      
    3. 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

    #10330
    Jill Moore
    Participant

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Single post on Home Page’ is closed to new replies.