Need static content to display below dynamic content on home page

  • Anonymous

    #2454

    Hello,

    I am using the home page panes feature and have it set to display the single most recent post from a category I created (“news”).

    I would like to be able to make that post display at the top of the homepage, and then below have the text and images that I enter in the standard wordpress page editing area for the page “home” (which is set as my front page).

    Right now anything I enter in there displays above the post instead of below. Is there a way to fix this?

    site can be viewed at the url below:

    http://www.tkogfx.com/boccia_dev/

    Thanks a ton for your help!!

    Anonymous

    #20275

    Okay, I’m going way out on a limb here, as I’m just now learning about this stuff… so be prepared to reverse the following “SUGGESTIONS” 🙂

    Try adding this to your child theme functions.php file:

    remove_action( 'graphene_bottom_content', 'graphene_display_homepage_panes' );
    add_action( 'graphene_before_content-main', 'graphene_display_homepage_panes' );

    Basically, I’m thinking this will just remove the panes from the first hook, and apply it to the second hook.

    If it doesn’t work, remove these two lines from your child theme functions.php file.

    Please let me know how this works for you.

    Anonymous

    #20276

    looks like it’s working.

    Thanks a ton!

    Anonymous

    #20277

    Wow!! Looks like it worked perfectly. Man, I tell you… this theme is unbelievable when it comes to customization.

    You’ve done a superb job with taking an “out-of-the-box” theme and turning it into something totally unique. Excellent work!

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.