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....
6 comments
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....
6 comments
I wrote a little function a while back to Check if a Page is a Child of Another Page in WordPress called is_child(). It used the page ID to...
6 comments
Over the past month I have been working on a large project that has taken up a lot of my time, but I wanted to quickly share two small...
14 comments
If you use a word multiple times on your site and you don’t feel like going through all your posts to replace every instance of it, you can use...
5 comments
A little while back, I updated Magazine Basic and added the Ajax save function. When I uploaded it to WordPress to await approval, I received some feedback on how...
4 comments
This is not a function that you would need to use often, but I came across a reason to use it recently and I thought it might be a...
2 comments
As it stands, jQuery is an amazingly efficient JavaScript framework, but there are a few things that you can do when creating your code that will end up slowing...
3 comments
When people visit my site and do a search, I assume they’re looking for results within my posts and not in any of my static pages. Too bad WordPress...
6 comments
If you take a look way, way, way down at the bottom of this page, you will see a Back to Top button that scrolls the whole page until...
6 comments
If you are building a custom theme that you would like to add to the WordPress directory or start to sell online somewhere, a great function that can help...
1 comment