• I have Onepress running with the Plus plugin.

    WP 4.6.1, Onepress 1.2.9, and Plus 1.1.8

    I’m using the ‘News’ section to show a selection of featured posts.

    The news section previews seem to take their thumbnails from the ‘featured image’ post setting.

    I’d like the post previews in the News Section to have a neat consistent appearance, and except for the thumbnails it works great.

    The thumbnail sizes seem to be all over the place. Is there a way to have Onepress insert a standard size thumbnail image in the post previews it displays?

    See tonyt.com

    And many thanks for the great theme and the terrific support!

    • This topic was modified 9 years, 4 months ago by Dusibello.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @dusibello,

    In this case, you can copy the template-parts/content-list.php into your child theme then replace the_post_thumbnail( 'onepress-blog-small' ); by the_post_thumbnail( 'post-thumbnail' );

    Let me know how it goes!

    Thread Starter Dusibello

    (@dusibello)

    Hey congthien,that does not seem to have had any effect.

    So I copied the content-list.php from the parent to the child theme folder…

    Opened the content-list.php file in the Theme editor and replaced the_post_thumbnail( ‘onepress-blog-small’ ); with this line: the_post_thumbnail( ‘post-thumbnail’ );

    No change to the preview images on the ‘News’ section…

    Seems like it really wants to have a 300×150 jpg in the Featured Image which I guess I can do without too much trouble…

    Thanks again for the great support!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘News Section Post Thumbnail Images’ is closed to new replies.