Is there a function for finding out if the current page is in the classified section?
I'd like to show certain things based on if the current page is a classified-related page or not.
For example, the "Post Ad" button should only show in the classified section, not the blog section. I'd like to use something like: if (is_page("classified")) { //do something }. Is there a function for this? The function is_home() only recognizes the classifieds home page, but not any other pages, such as categories and individual ad listings.
Thanks for the help.