• Hi there, I’ve come across a new issue with twentyeleven.

    In my layout I do a call to get “the_category” As you can see here it’s showing up as a UL item-
    http://dancingisforbidden.net/test/

    I DO NOT want it to do this. So I viewed the source code to see what the php include actually inserts…

    <ul class="post-categories">
    	<li><a href="http://test.dancingisforbidden.net/?cat=1" title="View all posts in Uncategorized" rel="category">Uncategorized</a></li></ul>

    I looked in the funtions.php to try and find where the category call is specified. Nothing. I then tried to look in the stylesheet to see if I could find the “post-category” attribute to edit it myself. Nothing again. What is going on? How do I edit how each php include within the loops appear? Please help!

  • The topic ‘Cannot find style attatched to the_category php include’ is closed to new replies.