• Resolved jmlin

    (@jmlin)


    Hi!

    I have a question regarding featured images. How do I make them appear only on the portfolio page on my site but not in single portfolio post? On mobile they also appear above the headline in posts. I’ve tried researching the issue but can’t seem to find an answer.

    http://jennylindh.com/

    Silly question but.. is there also a way to make the portfolio gallery images (on front page) even bigger (before they get moved around and scaled down when resizing the window)

    Thanks

    https://wordpress.org/plugins/zillaportfolio/

Viewing 1 replies (of 1 total)
  • Plugin Author marksouthard

    (@mbsatunc)

    I think you’ll need to post this question on the ThemeZilla forums as they are using quite a bit of custom code in outputting the single portfolio page. If I had to venture a guess, I would imagine that either you did not create a gallery for the portfolio and it is pulling all images attached to the portfolio post, or your gallery includes the feature image.

    For the home page, they are loading a custom image size via this line of code in the content-portfolio.php file:

    <?php the_post_thumbnail('portfolio-thumb'); ?>

    You can adjust the image size via the funcitons.php file or use a new image size. Again, the support forum at ThemeZilla will be able to better assist you on this particular request as they are using a custom template that is not part of the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove featured image from single post’ is closed to new replies.