Tagged Questions
0
votes
1answer
20 views
Custom widget using get_categories select menu dropdown
I have created a custom widget that is supposed to display a select menu with all the categories the blog has. I have used get_categories to compile the list. This works fine and all categories appear ...
0
votes
1answer
171 views
Compare current post Category in select menu
i have done this many times but not via a form so i am getting a weird issues when trying to assign a "selected" based on the current post term id...
Maybe the use of get_the_category and then ...
0
votes
2answers
244 views
Code that displays images - images get shown multiple times
On My category.php page i've got a list of categories with the title and the description.
Here's the code:
<?php
$cat_id = get_query_var('cat');
$catlist = ...