Problem with featured img and meta img (pages)
HI,
I have problem with featured img. It doesnt display when I past link. I tried to search in function.php some get_post_meta for pages or simply add
add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 50, 50);, but it doesn’ work. So….I’m asking you help.
How can I show featured img in link of pages?!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Vladislav
Thanks for the wait.
Pages should already have the option in the right column to add a featured image. To display the featured image you’d need to use a child theme. You’d need to go to the Vantage parent theme folder, copy content-page.php and paste that file in the child theme. Then, insert the following:
Insert the above between line 17 and 18, just below the entry-header div. You can look at content-single.php for an example of where to insert the above.
Does that help?
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.