Question
I am creating a blog now and it is still brand new. I'd like to set a counter that counts the total of the posts that will be posted on the blog. I will be deleting posts regularly but I don't want that to reflect on the counter. That means the counter will always increase and never go down when
0
, LoveDroid 3 years 0 Answers 47 views

Question
I have multiple categories on my wordpress page and each of the categories has 1 to n subcategories. If a subcategory contains only 1 single post I would love to display an excerpt of this post, otherwise I'll display a description of the category. I already have the part with the "normal"
0
, , JonSnow 3 years 0 Answers 51 views

Question
This maybe should be posted on a php forum, but since it's WordPress related, I'm giving it a try here.. With this code, I'll get the total count of posts work a certain tag; $term = get_term_by('slug', lizard, post_tag); echo $term->count; How do I wr
0
, , JoBe 3 years 0 Answers 95 views

Question
I have been searching high and low for a way to count the amount of results from a get_users query. Most of what I found is to count the total number of posts in a post query, but nothing for counting the total number of users in the get_users query. Can someone point it out for m
0
, , user1893 4 years 0 Answers 102 views