Profiles

  • Member Since: January 27th, 2009
  • Find me on:
  • Created a topic, Easy to use and prompt support, on the site WordPress.org Forums:
    Very easy to control each user's role and assign speci…

  • Posted a reply to Output the same parent category title once, on the site WordPress.org Forums:
    Thanks guys for your advise, I have put following code to achieve what I wanted…

  • Created a topic, Output the same parent category title once, on the site WordPress.org Forums:
    Hello codemaster, I want to output category title onl…

  • Created a topic, next_post_link doesn’t work for only the closest category, on the site WordPress.org Forums:
    Hi there, I am using "previous_post_link" and "next_p…

  • Posted a reply to Output category titles in parents & children order, on the site WordPress.org Forums:
    Now sorted out. This works as I wanted. $terms = get_categories( array( 'orderby' => 'name',…

  • Posted a reply to Output category titles in parents & children order, on the site WordPress.org Forums:
    Hi Sarmistha, Thank you for taking a look. Your code is very close. I could…

  • Created a topic, Output category titles in parents & children order, on the site WordPress.org Forums:
    I am wondering how to output list of children category…

  • Posted a reply to To output parent category name with link, on the site WordPress.org Forums:
    Your code solved everything!! Thank you so much:)

  • Posted a reply to To output parent category name with link, on the site WordPress.org Forums:
    Thanks bcworkz. Conditional structure made sense to me but the result was the same as…

  • Posted a reply to To output parent category name with link, on the site WordPress.org Forums:
    Thank you Michael, Your solution is getting close... because now I can see "lollipop" with…

  • Created a topic, To output parent category name with link, on the site WordPress.org Forums:
    Hi there, I’m trying to write code to output parent…

  • Posted a reply to Output latest posts from each child categories of particular parent category, on the site WordPress.org Forums:
    Your code works! I really appreciate your time looking into this. However now although all…

  • Posted a reply to Output latest posts from each child categories of particular parent category, on the site WordPress.org Forums:
    Thanks bcworkz. I tried the code you suggested but the number of output was still…

  • Created a topic, Output latest posts from each child categories of particular parent category, on the site WordPress.org Forums:
    I want to output latest post from each category (child…