
Use jQuery to Replace a Word with a Link
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 jQuery…
insert-headers-and-footers
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /nas/content/live/bavotasan/wp-includes/functions.php on line 6121If 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 jQuery…
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 it…
I’ve been going nuts over the past month trying to complete a project for a large retail store and it seems like every new request they make requires me to…
This tutorial is no longer up-to-date. Please check out A Better Voting System for WordPress for a more secure and efficient approach. I needed to create a simple way for…
You may have noticed that I’m using a new syntax highlighter for my code snippets. I installed Ryan McGeary‘s WordPress plugin WP-Syntax which uses GeSHi (Generic Syntax Highlighter), a simple…
October is here and that means it’s time for another contest. This month I will be giving away a one-year subscription to Layers Magazine. For those who have never heard…
If you take a look at the template hierarchy in WordPress, you will notice that you have the ability to create custom templates for different category pages by simply adding…
There is nothing more annoying than Internet Explorer. Every time you build a site you usually need to add a few CSS hacks just to make sure it works in…
WordPress automatically places a line of text between your <head> tags which states the version you currently have installed. I have read that it is there for statistical reasons which…
If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier for…