The list tag has no wiki summary.
2
votes
1answer
371 views
Listing Parent, Child and GrandChild Categories and then the PostTitles on Page Template !
What I want to do is a loop like this is something like this I'm really sorry but its hard to format here!
I going to put this short url http://pastebin.com/dEdKzgJz so you can see it better... Can ...
11
votes
7answers
3k views
How to show a hierarchical terms list?
I have a hierarchical taxonomy called 'geographical locations'. It contains continents on a first level, and then the countries for each one. Example :
Europe
- Ireland
- Spain
- Sweden
Asia
- Laos
- ...
5
votes
3answers
968 views
2
votes
1answer
411 views
List posts under meta_value heading
I need to list completed (meta_value) projects for each year (meta_value), like this:
2006
- Project 1
- Project 2
...
2005
- Project 3
...
I found (here) a great piece of code to deal with I'm ...
0
votes
4answers
751 views
Display Custom Taxonomy in Sidebar in Two Columns
I have a custom post type (photos) with a custom taxonomy (categories) and I'd like to display the taxonomy list in my sidebar in two columns. I have a modified snippet that I found elsewhere to do ...
2
votes
2answers
195 views
Removing default image size list in Media Box
I trying to remove unused image size (Thumbnail, Medium, Large) in MediaBox
Any function can i use in functions.php ? or some trick ?
PS : I know i can use jQuery trick but any better function to ...
2
votes
1answer
1k views
Archive list with only years and months
I'm trying to show the archive list like that
<ul>
<li>Year</li>
<li>Month</li>
<li>Month</li>
<li>Month</li>
<li>Year</li>
...
1
vote
1answer
278 views
Nav menu of all posts in a custom post type
How can I create a nav like those generated by wp_nav_menu which lists all the posts in a specific custom post type?
For example, I have CPT "section1" and I'd like to have the menu list all posts ...
0
votes
1answer
220 views
Generate a nested list of all posts, sorted first by year, then by month
<ul>
<li>2011
<ul>
<li>January
<ul>
<li>Post 1</li>
<li>Post ...
0
votes
3answers
483 views
Listing all sub-pages?
I'm wondering how to write a list of sub-pages of actually visited page.
So I have 2 pages and 3 sub-pages for each:
Colors [page]
- Red [child of Colors - subpage]
- Blue [child of Colors - ...