KrizzyB
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category Archive List in Post?YOU SIR ARE A GOD!
That appears to have solved it =P
Thank you very much for your time and knowledge =)
Forum: Fixing WordPress
In reply to: Category Archive List in Post?Done that, but still seems to be messing up. Could it be a problem elsewhere?
Also the comments section disappears, if that’s a clue to where the problem may lie.
Forum: Fixing WordPress
In reply to: Category Archive List in Post?Ahh-ha!
It appears to have worked good sir.
Except now it appears to be showing both full posts on the page too… I can’t help but be completely confused again =P
Forum: Fixing WordPress
In reply to: Category Archive List in Post?Here you go sir:
Forum: Fixing WordPress
In reply to: Category Archive List in Post?Unfortunately it’s still only showing the current post. I can’t think what could be going wrong.
Forum: Fixing WordPress
In reply to: Category Archive List in Post?Currently my ‘sidebar.php’ contains:
<?php $category_description = category_description(); if ( ! empty( $category_description ) ) echo '<div class="archive-meta">' . $category_description . '</div>'; /* Run the loop for the category page to output the posts. * If you want to overload this in a child theme then include a file * called loop-category.php and that will be used instead. */ get_template_part( 'loop', 'category' ); ?>and the loop takes place in ‘loop-category.php’
I think what is happening is, because I’m calling the same loop as the category page but inside of a post it can only see that post and does not output the rest. However I have no idea how to instruct the loop to call the entire category from inside a post.
Although I may be entirely wrong, I’m currently clueless.