• Hi. I have successfully set up a child theme for twentytwelve. I also was able to put my menu below the header and create a drop down menu (the latter I did in my custom menu by indenting the posts under the appropriate heading) However, my posts won’t show when I click on a specific post name. They will show when I click on the main topic “Recipe Box”

    How can I fix this so I see them AND only see them when I click on their name in the drop down menu?

    the site is https://healthymealhub.com/

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can’t have anything except CSS code in the style.css file – right now you have all this:

    <?php if ( is_search() || is_category() ) : // Only display Excerpts for Search ?>
    		<div class="entry-summary">
    			<?php the_excerpt(); ?>
    		</div><!-- .entry-summary -->

    I’m not sure if that’s related, but that’s a problem for sure.

    Thread Starter healthyhubs

    (@healthyhubs)

    I went in and cleaned up the style.css file, but this has not solved the problem.

    Are there any other ideas? Again, I can see the posts if I click on the main header like: recipe box, but under the post name in the drop down menu I get an error page.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website not working after child theme’ is closed to new replies.