how to query posts by category and tag?
I am trying to show a list of posts that are related to category X and tag Y.
I’ve tried the following code:
I am trying to show a list of posts that are related to category X and tag Y.
I’ve tried the following code:
I was wondering whether it is possible to completely disable a function that is called in a parent theme’s functions.php and if so, how? (Of course without deleting the function. Rather by adding something to functions.php of the child theme.)
On my NFL football blog all users are allowed to make blog posts. New registrants are given contributor status. When users make a post it is reviewed by an editor, then the editor schedules the post to publish at a time fitting our blog schedule.
I’m developing a site on a server that the client has access to as well and what I’d like to do is show WP_DEBUG only for administrators. Referencing Yoast’s article on a way around this:
I am trying to use wp_redirect() to redirect the user after successfully submitting a signup form on the page.
I’m making a custom theme. It’s a highly specialized theme to make WordPress into like an application rather than a CMS system or blog. For instance, a Dental Office Scheduling System (with CMS and widget capabilities), as an example.
Can i add the itemprop to the title element and still use wp_head() and add_theme_support( "title-tag" )?
I have a custom post type called “services” with a custom taxonomy called “location”. Each post is categorized as either “Location A” or “Location B”.
UPDATE************
Well I have a working solution, although not ideal.
I’ve got a few automated scripts that run to notify users of certain updates to the application, etc… and for one in particular, I need to be able to display the users user_login and their password.