The get-categories tag has no wiki summary.
-1
votes
1answer
195 views
how to set category name for a post
how to set category name for post:
this is my code ,this is not working ,why?
$post_title = $vname;
$categ='category name';
$post_content = '[newpage link="'.$videos.'"]';
...
5
votes
2answers
572 views
get_terms vs. get_categories: does it matter?
I'm fairly new to wordpress and am coming across new things each day - one was today when I happened across get_terms and noticed that it was basically the same as get_category.
Any particular ...
0
votes
3answers
99 views
Posts from multiblt categories but featured image only in the first one, the rest to have the post title only
I'm having difficulties to set the featured image only in the first post of each category and the rest to displayed with the post title only. I manage until now to display the latest post from each ...