• Hi loving the theme, but I want to remove the posts from the static home page, I have enabled the featured content and deleted the “Hello Word”, but now it displays “Nothing Found” “Ready to publish your first post? Get started here.” how do I delete this.

    Thanks,

    Stephen

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi!
    Sorry, but it’s little mismatch in code. We’ll fix it with nearly update. To make hot-fix right now for your theme – go to refur/inc/extras.php, line 105 and replace code:
    if ( ! is_front_page() || ! is_page_template( 'home-page.php' ) ) {
    with
    if ( ! is_front_page() && ! is_page_template( 'home-page.php' ) ) {

    Than your static front page will display featured content before main.

    Note! Don’t make any changes in parent theme except that – create own child theme and modify it.

    Thread Starter quinnsteph

    (@quinnsteph)

    Great, i’ll give it a try tonight and let you know the outcome – thanks ??

    I changed what you suggested and I’m still having the same issue. Any other suggestions? Thanks in advance.

    Never mind, figured it out. I changed the page attribute template from “Posts With Featured Content” to “Default Template”

    Hi,

    Does doing this give you the featured section only, or effectively a regular page?

    I would like the have the featured section only on my homepage, with no posts or additional page info.

    Would this achieve what I require?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Posts From Home Page’ is closed to new replies.