• Resolved Karan.thakural89

    (@karanthakural89)


    Hi All,

    I need to use the featured images on other than front page. Currently, i’m using this code:-

    add_filter ( ‘tc_show_fp’ , ‘my_show_fp’);
    function my_show_fp($show_fp) {
    $show_fp = ( $show_fp || is_page( 58 ) ) ;
    return $show_fp;
    }

    But, while implementing this, the featured images is same as front page featured images. I need to use different featured images on this page.

    Could anyone suggest a solution please.

    Site
    I need to use on lighting page with different featured images than home page.

    Thanks

    [Moderator Note: No bumping. If it’s that urgent after waiting just 1 hour, please consider hiring someone instead.]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured images on other than front page’ is closed to new replies.