As is, this loop works fine. Although I feel like its inefficient because it doesnt need to keep updating the nonce counter each time it loops, that only needs...
Please can anyone help me out here? I’m really stucked with this code. I want to create a multi post loop on my home page with each loop having...
I’m having troubles with Woocommerce. I need to sell videos. I’ve created virtual products with a link to a different post for each (no download as I prefer to...
I have a custom post type called ‘brand’, with a taxonomy of ‘brand-categories’. try as I might, I cannot find a way to display a list of posts in...
I am trying to embed a custom WP_Query inside a shortcode I have activated on one of my pages (created in Elementor). I have a Custom Post Type called...
Is it possible to control the length of the content or excerpt for a specific query/loop? I have come across the following code, but this changes the length for...
What I want to do is a loop like this is something like this I’m really sorry but its hard to format here! I going to put this short...
This question is a little different then the others floating around here. The most similar one is “How to get the parent’s taxonomy ?”. I have a music cms...
Here’s what I’d like to do: a) Create a custom post type and write panel for a menu item called “My Stuff.” b) “My Stuff” will behave like a...
Before I call the_excerpt(), the_permalink() displays the correct thing. Afterwards, it does not… <?php global $query_string; //strip out the "pagename=blog" so that the query will grab all of the...