an
groups-icon

Getting all the categories to appear in the footer

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    CTK Directory
    0 points
    Beginner

    I’m trying to get the categories to appear in teh footer using get_categories. All I’m seeing is ‘array’ – can someone tell me what I’m doing wrong?

    ***

    function ctkcategories() {
    $categories = get_categories();
    echo $categories;

    }

    add_action(‘premiumpress_footer_inside’,’ctkcategories’);

    ?>

    August 27, 2013 at 3:50 am
  • Mark Fail
    11,847 points
    Platinum User
    Bronze User Silver User Gold User Platinum User Helpful Award Fast Responder Thank You Coffee Villian Award Video Testimonial
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 27, 2013 at 5:50 am

237

Views

1

Replies