Viewing 1 replies (of 1 total)
  • Plugin Author Content Views

    (@pt-guy)

    Dear Amy,
    Home page will use theme’s template file (front-page.php or index.php).

    If you found file front-page.php, you should paste this code:

    <?php echo do_shortcode("[pt_view id=VIEW_ID]"); ?>

    to almost bottom of that file.

    If you only found file index.php, you should paste this code:

    if ( is_front_page() ) {
    	echo do_shortcode("[pt_view id=VIEW_ID]");
    }

    to almost bottom of that file.

    (replace VIEW_ID with real ID of your View)

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘not showing on home page’ is closed to new replies.