Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 14995

Custom Post Types extend WordPress to support additional content.

1 vote

how to organize my categories or should I do custom post types for some?

I'd recommend going with a custom taxonomy, called "Semesters" (or "Quarter", or "Issue", or whatever makes sense in your context). You can then add "Fall 2012" and "Spring 2012" as Semesters, and ass …
Sarah Lewis's user avatar
0 votes

Pull total post count for child category and parent if term ID

I asked ChatGPT to clean up this code and it did a pretty good job. You'll still need to integrate your JavaScript, but this is a good start on optimization. <?php // Get the current post type from th …
Sarah Lewis's user avatar