Jump to content

Archived

This topic is now archived and is closed to further replies.

maggiebbass

remove feature image

Recommended Posts

maggiebbass

I have the DMS flagship theme. How do I remove the feature image from inside the post. I only want the image to show up on the image page preview, not again inside the post because it throws off the layout of my other images since I did not place it there originally. 

Share this post


Link to post
Share on other sites
Aires

Hi, maggiebbass

 

As far as I Danny's  method still works you can find it here http://forum.pagelines.com/topic/33011-remove-featured-image-from-actual-blog-posts/?hl=remove+feature

 

In short add this to your css

 

#site {
  .hide-my-image {
    .metamedia {
      display: none;
    }
  }
}

and in side your wp/content loop options in the custom style box add

 

hide-my-image

 

refresh and the featured post should be gone.

 

~Aires


ndTgvai.jpg

Visit iheartpagelines.com for the latest tutorials on PageLines related products.

 

Share this post


Link to post
Share on other sites

×