Results 1 to 3 of 3

Thread: Get Parent Category of current category

  1. #1
    Thread Starter
    graemej's Avatar
    Join Date
    Sep 2012
    Location
    United Kingdom
    Posts
    191
    Thanks
    13
    Thanked 15 Times in 13 Posts

    Get Parent Category of current category

    Hello developers,

    On a category page I need to get/echo the first level parent category.

    For example parent category = bikes child cat = red

    On the child cat page I need to echo the word 'bikes'

    Something likes this (not working):
    $thiscat = get_category( get_query_var( 'cat' ) );
    $catid = $thiscat->cat_ID;
    $parent = $thiscat->category_parent;

    Any help would be great!

  2. #2
    Expired Customer arunart's Avatar
    Join Date
    Jan 2017
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    need to show sub-category in category page

    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 12
    Last Post: January 19th, 2014, 09:36 AM
  2. Samcy Hide 0 for parent category in price per category
    By manishkhullar in forum Help Using ClassiPress
    Replies: 11
    Last Post: November 6th, 2013, 06:36 AM
  3. [MOD NEEDED] Show Parent Category and sub category in Step1
    By rlawrie in forum ClassiPress General Discussion
    Replies: 2
    Last Post: August 23rd, 2013, 08:35 AM
  4. Show parent category in index, search result and category
    By setempat in forum ClassiPress General Discussion
    Replies: 1
    Last Post: January 7th, 2011, 04:02 AM
  5. price by category how to disable parent category select
    By lours in forum Help Using ClassiPress
    Replies: 1
    Last Post: October 14th, 2010, 01:50 PM