
Rewrite Search Result URL for WordPress
If you have ever done a search on a WordPress site you have probably noticed that the URL ends up looking something like this: http://your-site.com/?s=searchterm Even if you have set…
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 have ever done a search on a WordPress site you have probably noticed that the URL ends up looking something like this: http://your-site.com/?s=searchterm Even if you have set…
Having a backup strategy is a definite must for any website, whether it’s for a small blog or a big commercial site. Think about the number of hours that you…
Most sites use some sort of pagination to allow you to navigate through to their older posts. If you install WordPress and use TwentyTen, you will see the “Older Post”…
Today I’m going to talk about one of my very favorite plugins, Fluency Admin. A couple of years ago, I came across a competition to tweak the design of the WordPress…
When I recently released version 1.0.1 of Arturo, I added a slideshow function that allows you to display featured posts at the top of your home page. There are no…
I had a site that I needed to keep completely private: only the login and registration pages were to be visible to the public, and only registered members were allowed…
When WordPress introduced post formats in version 3.1, I decided to make sure all of my themes were able to display each one. The only issue I encountered was with…
I have just release the latest update to my WordPress theme framework Arturo. I have added many new features but one of the most interesting one is the new arturo_columns()…
I’ve spent the past four days dealing with an attack on my server that caused all of my sites to go offline. Talk about a long weekend. I send out…
I often have to use a select box when I’m putting together a custom form that requires a drop down list. It took me a while to figure out how…