I have uploaded a picture for my Featured Image for my posts page. It is showing as the featured image in edit, but it is not showing on the webpage. Any ideas why this would be?
Try refreshing your page through site rubix/sitemanager on the top left hand side. If that doesn't work, make sure you publish your post after editing, so it will appear on your page. I hope this helps :)
Thank you RecoRicardo, but I clicked Update on the page, refreshed site rubix and my website several times...still no image showing up on my webpage :(
I have been looking for this answer for the past 3 days, I think I found our answer.
go to WP admin
Appearance/Editor
On the right side click on content.php
To put the image above the title find this line of code:
<?php the_post_thumbnail('thumbnail'); the_title( sprintf( '', esc_url(
and paste this over it:
<?php the_post_thumbnail('thumbnail'); the_title( sprintf( '', esc_url(
to put the image below the title put this line of code:
<?php the_post_thumbnail('thumbnail'); ?>
right above this code:
Update the file and you should be good to go.
Sorry but I don't know how to put the image anywhere else but if you need it somewhere else and you figure it out please let me know. I would like for my images to be on the left of the title. I have tried everything I know.
Tai Chi Charley :)
See more comments
Featured image on posts page not showing - help please?
I have uploaded a picture for my Featured Image for my posts page. It is showing as the featured image in edit, but it is not showing on the webpage. Any ideas why this would be?
Hi everyone! I think I have the same issue but my code doesn't look like the one in the suggested solution. When I click on the Websites expandable menu my posts look like the first image but when I preview my website the posts look like the second image.
Is there some settings I can change without editing the code?
Try refreshing your page through site rubix/sitemanager on the top left hand side. If that doesn't work, make sure you publish your post after editing, so it will appear on your page. I hope this helps :)
Thank you RecoRicardo, but I clicked Update on the page, refreshed site rubix and my website several times...still no image showing up on my webpage :(
I have been looking for this answer for the past 3 days, I think I found our answer.
go to WP admin
Appearance/Editor
On the right side click on content.php
To put the image above the title find this line of code:
<?php the_post_thumbnail('thumbnail'); the_title( sprintf( '', esc_url(
and paste this over it:
<?php the_post_thumbnail('thumbnail'); the_title( sprintf( '', esc_url(
to put the image below the title put this line of code:
<?php the_post_thumbnail('thumbnail'); ?>
right above this code:
Update the file and you should be good to go.
Sorry but I don't know how to put the image anywhere else but if you need it somewhere else and you figure it out please let me know. I would like for my images to be on the left of the title. I have tried everything I know.
Tai Chi Charley :)
See more comments
Hi everyone! I think I have the same issue but my code doesn't look like the one in the suggested solution. When I click on the Websites expandable menu my posts look like the first image but when I preview my website the posts look like the second image.
Is there some settings I can change without editing the code?