- Edited
ALL groups page. When anyone uses the group category dropdown, it lists all the groups within that CATEGORY. The header says: GROUPS.
I want to display the CATEGORY NAME and CATEGORY DESCRIPTION at the top of the list of groups found in that category.
I want to show group category name like: <?php echo GROUP CATEGORY NAME; ?>
I also need to show the category description like <?php echo GROUP CATEGORY DESCRIPTION; ?>
What are the exact codes for these please?
I am using template over ride in my templates HTML folder, and groups file base.php
I want to place these on the groups listing page as per images:
Alternatively, I could place the selected "category name and description", just under or on top of the area where it says ' No groups created yet '. (Obviously this will disappear when groups exit)
(When creating group categories there is feature to add category descriptions too. I want to use these)
----------------------------------.
I would like to do the same for PAGES. To show Page Categories and Page Category Descriptions similar to the request above for Group categories and group category descriptions. Again, what are the php code calls for these too, please.