Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3433588
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T07:35:40+00:00 2026-05-18T07:35:40+00:00

I did some digging and I understand that the array means there are multiple

  • 0

I did some digging and I understand that the array means there are multiple values coming back from my query. From another post I found print_r so I could see the values. How do I return one of the values though?

This:

<?php 

    $category = get_the_category();
    $parent = get_cat_name($category[0]->category_parent);
    $cat_name = get_the_category($category[cat_name]);
    echo 'category' . $category . '<br />';
    echo 'parent: ' . $parent . '<br />';
    echo 'Cat Name: ' . $cat_name . '<br />';

    print_r ($cat_name);

    ?>

Returns this:

categoryArray
parent: Location
Cat Name: Array
Array (
  [0] => stdClass Object (
    [term_id] => 11
    [name] => nashville
    [slug] => nashville
    [term_group] => 0
    [term_taxonomy_id] => 11
    [taxonomy] => category
    [description] =>
    [parent] => 8
    [count] => 1
    [object_id] => 20
    [cat_ID] => 11
    [category_count] => 1
    [category_description] =>
    [cat_name] => nashville
    [category_nicename] => nashville
    [category_parent] => 8
  )
)

How do I make $cat_name return nashville? cat_name = nashville according to the print_r function.
This is a wordpress site if that makes a difference, but I am guessing this is a simple coding question.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T07:35:41+00:00Added an answer on May 18, 2026 at 7:35 am

    You’re actually dealing with an object there, which is the first element in an array.

    Note it says Array ( [0] => stdClass Object (

    Use the square brace syntax to access array members

    $array_name['key_name']
    

    And the arrow for objects properties

    $object->property_name
    

    So in this case,

    $category[0]->cat_name
    

    is ‘nashville’.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I did some HTTP monitoring with WireShark. Are there more tools like this that
I did some googling to try to answer this question but even after that
To analyze lots of text logs I did some hackery that looks like this:
Did anyone try that feature and has some feedback? Or Does anyone know some
I have some code which I did not originally create that uses _beginthreadex and
Not sure if this has been asked before, did some digging. I'm trying to
I did some script in python that connects to GMAIL and print a email
I did some profiling on a program that I'm running and the thing that
I did some tests a while ago and never figured out how to make
I did some timing tests and also read some articles like this one (last

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.