gadzira
Forum Replies Created
-
Forum: Plugins
In reply to: Advanced category and post listWhats the use of this support forum if there is no contribution 🙁
I would really appreciate any input with this.
Forum: Plugins
In reply to: Advanced category and post listStill no one able to give any assistance?
Forum: Plugins
In reply to: Advanced category and post listNo takers??
Forum: Fixing WordPress
In reply to: Category list…look for a category organisation plugin there are a nmumber and are 100% effective in terms of manually setting the category order.
Forum: Fixing WordPress
In reply to: Styling the category listI would imagine that all you need do is create a style for each
- and ensure that these remove all previous styling and then have a & a:hover rules which set the style you want for these sub categories when linked and on roll over.
ie. if the master style has a background colour you need to either set it to none in the substyle or assign a new colour.
Forum: Plugins
In reply to: Category List With PostsAlso looking for something like this… I have the drop down functionality but require a method for calling and playing out the cats and posts… somewhat like this:
<ul> <li> <a href="category_url">CATEGORY</a> <ul> <li><a href="post_url">POST</a></li> </ul> </li> </ul>Obviously I would like this to loop until it has played out all categories and posts within them.
Would really appreaciate any help!!
Forum: Fixing WordPress
In reply to: How To List Posts in Category X?Almost exactly what I am looking for… however I am trying to create a navigation where it displays a list of categories with a sub-list of all posts within each category and loops this.
Something like this:
<li> <a href="category_url">CATEGORY</a> <ul> <li><a href="post_url">POST</a></li> </ul> </li>Of course I would want it to loop until it has listed all categories and all posts within these categories.
Help is greatly appreciated.