Archived topic
Change Featured Image Location
1 reply · Started by Ali on July 28, 2021
Viewing posts 1–2 of 2
Hi,
To improve google site speed scores, I want the featured image to display after the first paragraph. Instead of right below the title.
I want this both on posts & pages.
is that possible?
Thanks!
:)
Hi there,
see this topic here:
Note: in the code you will see this line:
if ( is_single() && ! is_admin() ) {
To include Pages you need to change it to:
if ( is_singular() && ! is_admin() ) {
This archived topic is closed to new replies.