Featured Slider Not Appear on My Homepage
-
Hi all,
Just now modified my website to view Static Page.My homepage right now, I created template. These are the codes for template:
<?php /* Template Name: Homepage */ ?> <?php get_header(); ?> <section class="content"> <?php get_template_part('inc/page-title'); ?> <div class="pad group"> <?php get_template_part('inc/total-visitors'); ?> <?php get_template_part('inc/today-posts'); ?> <?php get_template_part('inc/total-posts'); ?> <?php get_template_part('sidebar/announcement'); ?> <?php get_template_part('sidebar/video'); ?> <?php get_template_part('inc/featured'); ?> <?php get_template_part('sidebar/countdown'); ?> <?php get_template_part('sidebar/home-ads1'); ?> <?php get_template_part('sidebar/twitter'); ?> <?php get_template_part('sidebar/instagram'); ?> <?php get_template_part('sidebar/home-ads2'); ?> <?php the_content(); ?> </div><!--/.pad--> </section><!--/.content--> <?php get_sidebar(); ?> <?php get_footer(); ?>
Featured Slider not appear now, but the php is there:
<?php get_template_part('inc/featured'); ?>
I need help ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Featured Slider Not Appear on My Homepage’ is closed to new replies.