• Hello,
    I have no idea what I did, but my post content isn’t showing on my featured post, or on any post when I visit the post page.
    I have changed themes, and it is a theme problem. It seems to be in my functions file, but I can’t figure out where. I recently added:

    /** Previous and Next Links **/
    add_action(‘genesis_after_comment_form’, ‘custom_post_nav’);
    function custom_post_nav(){?>
    <div style=”font-size:13px; padding:2px;”>
    <?php previous_post_link(‘<b>Previous Post:</b> %link’) ?>
    <?php next_post_link(‘<b>Next Post:</b> %link’) ?>
    </div>
    <?php }

    And not seeing posts happened sometime after that, although I’m not sure when. When I remove that part of the code, I am still not seeing my content. Hmmm. ??
    Any help would be so appreciated! https://www.elainegriffindesigns.com/blog/
    Thank you!
    Elaine

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need to ask studiopress for help – as commercial themes aren’t supported on these forums – partly because we do not have access to them.

    Thread Starter Elaine Griffin

    (@elaine-griffin)

    Oh, shoot, I forgot about that! I finally found the issue anyway. Thanks WPyogi!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post content missing, Genesis’ is closed to new replies.