• I updated our version of WordPress late last night. Everything seemed fine, until we went to post a birthday listing post today. It was visible for a bit, but then got deleted when we posted a Local Activity post which bumped the B-day listing off the main article slot of the Recent Articles box. I know this doesn’t make much sense unless you know my site http://www.OaklandCountyMoms.com, but stick with me here because it sets the scene.

    When I looked under Oakland County, Birthday Parties on our nav bar (front end), it says no post found.

    When I go into admin, and filter the posts by Birthday Parties, it says no post found. However, if I search without the filter, I DO find the b-day listings. And, under the Birthday Parties category under “Categories” in admin, it shows there are 40 posts.

    It seems to be a category issue. Any way I can get the category back? I can’t seem to find a setting in admin that would fix something like this. PLEASE HELP!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I hover over Oakland County, click on Birthday parties, takes me to this page:
    http://oaklandcountymoms.com/category/oakland-county/birthday-parties/

    and lists all posts for birthday parties (paginated, 4 pages of them) ..

    It is not showing up in your Recent Articles on home page however.
    Can you post the php from your index.php or homepage template (whichever your theme is using) here.

    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!!!!!!

    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(); ?>

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

The topic ‘Missing category after 3.8.2 update’ is closed to new replies.