Template tags are custom WordPress-specific functions for use in theme template files.
1
vote
2answers
600 views
Minor css-change based on topmenu - how?
I want to make minor css-changes based on the choice of the top (root) menu.
What's the proper way to handle this in WP?
//edit//
It's a website (pages), no blog, and basically, the colors of some ...
0
votes
2answers
752 views
How to change a custom query into a standard loop?
I'm trying to modify how results are displayed in a post list that's currently controlled by the code below. However, it's not built in the WP_Query while ( $the_query->have_posts() ) : ...