Site logo

[Support request] Change Featured Image Location

Home Forums Support [Support request] Change Featured Image Location

Home Forums Support Change Featured Image Location

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1874288
    Ali

    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!

    🙂

    #1874350
    David
    Staff
    Customer Support

    Hi there,

    see this topic here:

    https://generatepress.com/forums/topic/decrease-the-spacing-between-the-headline-and-image/#post-1672071

    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() ) {

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.