13 reputation
6
bio website atlantawebmaster.com
location
age
visits member for 2 years, 1 month
seen Dec 24 '11 at 16:46
stats profile views 22

Aug
8
awarded  Popular Question
Dec
22
comment list all child categories that apply to current post even if those cats are empty?
apologies this is my mistake - essentially I need to create a category nav that shows the child and grandchild categories of the current category, whether the current category has posts assigned or not
Dec
22
comment list all child categories that apply to current post even if those cats are empty?
this works but only if the category isnt empty - I was looking for a solution that would still pull child categories even if the current category is empty
Dec
22
asked list all child categories that apply to current post even if those cats are empty?
Dec
22
asked Check for parent category
Dec
16
comment Add Post Tags to Body Class
joshua - you nailed it - THANKS!!!
Dec
16
asked Add Post Tags to Body Class
Nov
21
comment Show wp_nav_menu() based on URL with no fallback
the effort here is to grab a custom nav based on url string - if there is an existing menu that matches the url string show it, if not show nothing. doesn't creating a menu and naming create it? you dont have to add each menu to the functions.php file do you?
Nov
21
awarded  Commentator
Nov
21
comment Show wp_nav_menu() based on URL with no fallback
when I tried if(has_nav_menu($menu_name)) or if(has_nav_menu(array('menu' =>$menu_name ))) didnt seem to work
Nov
21
comment Show wp_nav_menu() based on URL with no fallback
`<?php $menu_name=$_SERVER['SERVER_NAME']; $menu_name=str_ireplace("WWW.","",$menu_name); $menu_name=str_ireplace(".","",$menu_name); ?> <div id="nav"> <?php wp_nav_menu( array('menu' =>$menu_name )); ?> </div>
Nov
21
comment Show wp_nav_menu() based on URL with no fallback
this is close I am dynamically selecting my menus based on siteurl so I am using a variable to call the menu name. any idea if this would work with a variable instead of text?
Nov
17
revised Show wp_nav_menu() based on URL with no fallback
added 125 characters in body
Nov
17
asked Show wp_nav_menu() based on URL with no fallback
Oct
19
awarded  Tumbleweed
Oct
11
comment Multiple Domain Names - One WP Install (non-Multisite) - Default Each Domain name to Category Archive
Mike - use case has changed slightly on this one - should i post here or create a new question?
Apr
23
comment Multiple Domain Names - One WP Install (non-Multisite) - Default Each Domain name to Category Archive
perfect! thank you
Apr
18
comment Multiple Domain Names - One WP Install (non-Multisite) - Default Each Domain name to Category Archive
one more thing I noticed - how does it handle www.blogger1.com etc. when I add the www subdomain I get blank page
Apr
18
answered Creating Multiple Menus in the Thesis Theme?
Apr
18
awarded  Scholar