Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter llagrou

    (@llagrou)

    Is this something?

    Home.php…

    <?php get_header(); ?>

    <!– START: MAIN CONTENT –>

    <div id=”main-content” class=”clearfix”>

    <div id=”lcol-wrapper”>

    <!– START: LEFT COLUMN –>

    <div id=”leftcol” class=”clearfix”>

    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Homepage’) ) { } ?>

    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Main Bottom’) ) { } ?>

    </div>

    <!– END: LEFT COLUMN –>

    </div>

    <?php get_sidebar(); ?>

    </div>

    <!– END: MAIN CONTENT –>

    <?php get_footer(); ?>

    and index.php….

    <?php get_header(); ?>

    <!– START: MAIN CONTENT –>

    <div id=”main-content” class=”clearfix”>

    <div id=”lcol-wrapper”>

    <!– START: LEFT COLUMN –>

    <div id=”leftcol”>

    <?php include( get_template_directory() . ‘/includes/posts.php’ ); // Display posts ?>

    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Main Bottom’) ) { } ?>
    </div>

    <!– END: LEFT COLUMN –>

    </div>

    <?php get_sidebar(); ?>

    </div>

    <!– END: MAIN CONTENT –>

    <?php get_footer(); ?>

    Thread Starter llagrou

    (@llagrou)

    Hi Andrea! Thank you for your help! Yes, I am confused since another person has told me she can see the birthday listings, but not her own (which is the one that was eliminated somehow) which is for Franklin Athletic Club.

    I apologize that I am not a very technical person… can you explain to me how I would do this? “Can you post the php from your index.php or homepage template (whichever your theme is using) here.”

    Again, thank you!!!!!!

    This happened with me for an entire category! I just posted in the forum on this, but have not gotten any feedback yet. Can you find the posts in admin? I can see my posts in admin, but if I filter my posts according to the “missing” category, then I can’t see them anymore. It says no post found. http://www.OaklandCountyMoms.com

Viewing 3 replies - 1 through 3 (of 3 total)