There are a couple different options to add an execution delay with jQuery. It really depends on what you're trying to accomplish. Option 1 - setTimeout() The following is something…
Read More
Ever wondered how to count the number of words in one of your WordPress posts? Out of the box WordPress doesn't include a function to do this, but it's not…
Read More
Had a request last week to create a shortcode that would output the current page URL within a post or page in Wordpress. Here you go, edit your /wp-content/themes/themeName/functions.php file…
Read More