Run a Shortcode Anywhere in WordPress
WordPress shortcodes are macro codes that allow you to perform certain actions within the post content. By default they only display on single post pages within the post content. The…
WordPress shortcodes are macro codes that allow you to perform certain actions within the post content. By default they only display on single post pages within the post content. The…
If you’ve already gone through the first two parts of this series, you are well on your way to putting together a WordPress theme. It might seem a little daunting…
I was just putting together a WordPress widget for a client and I came across a small road block. I was using <?php query_post(); ?> to set the loop to…