• So I have a student that is using your free version of the Spicy Theme 1.0. They set there “Blogs” page as the posts page and for some reason none of the blog posts that are published on the site are showing up. The demo home page is showing up instead. Not sure why it would do this since it is clearly the posts page. Also there is no way to customize the posts page once that is set. Can you please give me insight on how to get the blog page to start displaying posts?? I have looked into every area of this site and can not seem to figure it out.

    Thanks,
    Tiffany

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tzink

    (@tzink)

    their**** Not “there”

    Hi

    For blog page .

    please create a new file front-page.php in theme package and add a below code in front-page.php.

    <?php
    	// call header
    	get_header();
    
    	//****** get index static banner  ********
    	get_template_part('index', 'static-banner');
    
    	//****** get index service  ********
    	get_template_part('index', 'service');
    
    	//****** get index portfolio  ********
    	get_template_part('index', 'portfolio');
    
    	get_footer(); 
    
    ?>

    then Kindly Replace the spicy theme package >> index and replace all the code with the code mentioned in the link.

    then changes in reading setting follow this URL

    Thanks.

    Hi

    Any update here ?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spicy Theme – Blog Posts page’ is closed to new replies.