Blog posts don't show up on homepage (among other things)

Discussion in 'ColorWay WordPress Theme' started by mrozmanith, May 22, 2016.

  1. mrozmanith

    mrozmanith New Member

    Joined:
    May 3, 2016
    Messages:
    1
    Likes Received:
    0
    Hi - I used the free Colorway theme to setup a site and then wanted more slider images so I switched to pro. All the settings in the customize are a different? Whats up with that? There seem to be a bunch of stuff which produce regressions when you switch from the free theme to the pro theme. Bad form gents. The most annoying of these is that blog posts no longer show up on the home page. I started hacking PHP to try and fix it with no luck. So I setup a whole new test site just to test the blog posts issue and is produces the same behavior with Pro theme version 3.6.5 out of the box install.

    The test site URL is http://www.lnk.press/

    I made 3 test posts and nothing shows up. The client mockup site I am working on is fcctemp.xyz if you want to see it there too.

    In other annoyances, how do I get all that stuff in the footer to go away?
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    In PRO version of the theme, you can configure all the stuff from "Theme Option panel" (Dashboard=>Appearance=>Theme Option) of your dashboard ...

    You will get your blog post on the site and for that, you have to set featured image for the post as I have mentioned in the screenshot given below.

    feature_image_post.png

    And to edit all the content of footer area,

    Please follow the screenshot given below.

    2016-01-19_11h40_28.png

    To remove that area completely.
    Code:
    .footer-container {
        display: none;
    }
    
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page