Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #5132
    CFarone
    Member

    Thank you for this theme. I am new to WordPress (with only a basic knowledge of php) and found this theme the best,and easiest, for customizing a web site.

    I do have one issue that I can not seem to fix. I am using the “Home Page Featured Options” static home page. I would like to only have the three featured boxes on the home page and not the “post” information which shows up at the bottom.

    The post section will go away if I put the following in the custom CSS area:

    [code] #primary { display: none; }[/code]

    However, when I do that then I have no text appearing on the other pages because the php used for those pages includes the “primary” id. For my secondary pages I would like them to use the right sidebar layout with text…like a generic “About” page.

    Thank you for your assistance.

    #5165
    Sakin
    Keymaster

    @CFarone: If you just want the slider and Featured Content. Then go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”, uncheck “Enable Latest Posts or Page?”

    #5180
    CFarone
    Member

    Thank you…I realized that what I was seeing was actually the page “title” below the featured boxes and I was able to remove that from showing without effecting the other pages.

    #5329

    How do you keep the page titles from showing on the page? I only want the page titles to appear in the menu.

    #5348
    Sakin
    Keymaster

    @chandrathompson: It would have better if you have posted your question in New Thread. Send me your site URL and then I will provide you CSS to hide the Page titles.

    #10428

    To remove the posts on the home page, I have unchecked “Enable Latest Posts or Page?”.
    That’s fine, but I still have an horizontal line at the end of my home page.
    How can I remove it, without removing it from the posts.

    My site : http://www.cardlinkin.com

    #10458
    Sakin
    Keymaster

    @villeneuvepatrick: I just check in your site and yes you have unchecked Enable Latest Posts or Page. But if you go to your “Settings => Reading”. You have set static front page as “cli” page.

    Yes, if you still want to remove the line in the homepage then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home .site-content article { border: none; }

    #60346
    anubhav7417
    Member

    i want to completely remove the post section from homepage.
    when i opt static page the slider also disappears
    and on removing the posts the 404 error is displayed.
    i do not want any text related to post.

    #60413
    Sakin
    Keymaster

    @anubhav7417: Ok then you can go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” and then uncheck “Enable Latest Posts” and save changes.

    #82430
    Steven
    Member

    I went to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”, but there is no uncheck “Enable Latest Posts or Page?” it just has select categories and says uncategorized but I can’t click on anything. I just want to remove the posts from the homepage or the 404 error that is there now. Any help would be great. Thanks

    #82432
    Sakin
    Keymaster

    @smoody263: Hi Steven,

    Which theme are you using it? Can you post in your site URL and then I can check in.

    Regards,
    Sakin

    #82434
    Steven
    Member

    Clean Journal Pro

    #82435
    Steven
    Member
    #82448
    Sakin
    Keymaster

    @smoody263: Hi Steven,

    This is Catch Everest Support forum. For Clean Journal Pro, you need to post in http://catchthemes.com/support-forum/forum/clean-journal-pro-premium/

    In Clean Journal Pro, you don’t have at office. So, if you don’t want posts in homepage, then create blank page and then go “Settings => Readings” and in “Front page displays”, you need to Check “A static page (select below)” and then select that blank page in “Front page” and save changes.

    #82489
    Steven
    Member

    What do you mean Create a blank page? How do I do that?

    #82559
    Sakin
    Keymaster

    @smoody263: Hi Steven,

    We don’t have blank page template. There are 2 options now:
    1. Create the page and add in custom css to hide the header and footer that you don’t want.
    2. Or just build child theme and create page template as per your need.

    Regards,
    Sakin

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Need help removing posts from home page’ is closed to new replies.