Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.

    For any files into sueva/core/post-formats/ you can try to replace:

    if ( has_post_thumbnail() ) :
    to
    if ( is_home() && ( has_post_thumbnail() ) ) :

    Best regards

    Alex

    WPinProgress

    Hi,
    I’m trying to do the same as johaneek.

    Alex – I can’t see specifically where you are saying to try and replace the text.
    In the editor for core/post-formats.php there is no ‘if ( has_post_thumbnail() ) :’

    It is in page.php, template-left-sidebar.php and template-right-sidebar.php – Where I’ve tried updating as you’ve suggested but to no avail.
    Help would be appreciated
    Thanks
    Justin

    Apologies, I’ve worked it out why it wasn’t working. The wordpress 3.8 theme editor wasn’t giving me access to the right file to edit and I had to go into the web hosting file editor to manually edit it. (../wp-content/themes/suevafree/core/post-formats/standard.php)

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove Featured Image From Appearing Inside Post’ is closed to new replies.