Question
I currently have 11 posts and the total word count shown in the Gutenberg editor after clicking the “i” icon above the writing area is 2,342 words. I manually added it up. The words in the title are 151 words for all 11 posts. S
0
Elaine Byene 5 months 0 Answers 0 views

Question
So I got this code from another query and it works for one single post. However, I want to show the total words of all the published posts by all authors. How do I modify this or is there a wp function that exists? functions.ph
0
Elaine Byene 5 months 0 Answers 0 views

Question
I have a website centered around music. I have 3 main post types- 'Artist', 'Release', and 'Version'. There are 4 types of 'Version'- album, single, video, misc. Artist is parent of Release. (artist has a single -> many relationship with releas
0
RCOTWUnite 10 months 0 Answers 0 views

Question
I want to achieve something like this: foreach ( $posts as $post ) { if ( $a = $b ) ) { // if true +1 to the result; } else { // if not true -2 to the result; } } echo 'Your result is ...';
0
Avigo 2 years 0 Answers 0 views