Forums

If is_subcategory... (3 posts)

  1. levani01
    Member
    Posted 3 years ago #

    Is there any conditional tags which executes different action if it's subcategory and different if it's parent category and/or home page?

    Thanks

  2. MihaPirc
    Member
    Posted 3 years ago #

    `$categoryvariable=$cat;
    $is_subcategory = $wpdb->get_var("SELECT parent FROM $wpdb->term_taxonomy where term_id=".$categoryvariable."");
    if($is_subcategory !=0){}

    Also found this link.

    Hope it helps ...

  3. MihaPirc
    Member
    Posted 3 years ago #

    And this link.

    Best regards ...

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.