Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

HowTo:a widget listing a category name as the title and entries for the children


 
Prev Previous Post   Next Post Next
  #1  
Old Sep 29, 2009, 07:26 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
HowTo:a widget listing a category name as the title and entries for the children

Let's say you have several categories 'Books', 'Toys', and 'Clothes' and you want to have sub-categories under each, like this:
books->fiction, nonfiction, biography
toys->board games, card games, sports
clothing->mens, womens, children

now what you want in the sidebar is three sections

BOOKS <- NOT a link
fiction <- link
nonfiction <- link
biography <- link

TOYS <- NOT a link
board games <- link
card games <- link
sports <- link

CLOTHING <- NOT a link
mens <- link
womens <- link
children <- link

Here is how you can do this
1) get and activate exec-php plugin (http://bluesome.net/post/2005/08/18/50/)
2) setup your categories and subcategories
3) get the ID of each parent category (dashboard->Posts->Categories->Edit then look at the HTML address in the BROWSER window - the last part is '..&cat_ID=4' - in this case '4' is the ID of this category
4) Add a text widget for each parent category and make the title the name of the parent (i.e 'BOOKS', 'TOYS', "CLOTHING'
5) add the following code to the 'text' part of the widget making sure the number matches the parent category ID
HTML Code:
HTML Code:
<?php echo wp_list_categories('child_of=4'); ?>
That should do it, you will have a list of the parent category and all it's children, but only the children will have links.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Apr 30, 2010 at 05:58 AM. Reason: changed 'wp_list_cat' to 'wp_list_categories' since 'wp_list_cat' has been deprecated
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Category Page Listing - How to display: Post Title only TotalBalance Excerpts, Read more, Pagination 16 Jan 27, 2010 12:22 PM
Colour of text title in sidebar category posts widget jasonblewis Sidebars & Widgets 2 Jul 29, 2009 07:43 PM
Category title on category page, not on each post excerpt kicker paulae Excerpts, Read more, Pagination 4 Jun 22, 2009 11:33 AM
Widget creation for children pages ? Loo Sidebars & Widgets 1 Mar 20, 2009 08:08 AM
Page Title different Page Menu Bar Listing Shepherd Jim Page & Category Menu Bars 0 Mar 10, 2009 10:25 PM


All times are GMT -6. The time now is 01:53 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.