Wordpress - Category Archive
Redirection Plugin Not Working for HTML Pages
Today I want to focus on a very simple problem that’s pretty easy to solve. This problem occurs when using the Redirection plugin for WordPress and attempting to redirect .html or .htm pages and having it not work. This could also apply to any instance of a static page ending in .php, .txt, .zip, or whatever else you might have. … Read More
New Responsive WordPress Website for Burnsville Marketing Company
We recently completed a new website for the fantastic company Wild Fig Marketing based out of Burnsville, MN. We’ve been partners with them for many years and are excited to be releasing their new website. The site is notable for a few of its attributes: Utilizes a fully-responsive design Parallax scrolling Side navigation WordPress X Theme and Cornerstone Frontend editor … Read More
How to Limit BackWPup Storage Space Usage
While BackWPup might be a decent backup solution for WordPress in the right circumstances, one of its features which seems to be pointlessly difficult to figure out is how to restrict the number of backups it stores and the space they take up. You would think this would be incredibly obvious, but it actually isn’t! Once you know how to … Read More
Why Your .htaccess Redirects Never Work in WordPress
For years, I kept making simple .htaccess 301 redirects for old pages on my WordPress sites, and they never seemed to work! It was incredibly frustrating, especially since I would always test out my redirects with an .htaccess checker, and they would always pass. I kept thinking maybe I just didn’t have the required mastery of regular expressions, or possibly I was … Read More
How to Change Default Page Template in X Theme
Today we have a relatively simple task: changing the default page template within X Theme. You can use this to set all your misc. pages to be full width and hide the sidebar, or you could even change the side the sidebar is on. It’s really easy to do, so let’s begin! Setting the Default Page Template Go to X … Read More
Making Section Full Height in X Theme
Making full-height intro sections is awesome. And it’s easy! Many of the demos of X Theme take advantage of full-height sections but they never really explain how. If you’ve searched their forums, you’ll find that they used Revolution Slider to do it, but honestly that’s not nearly as good of a solution as what we’re going to do! You’re probably … Read More
Plugins Without Perpetual Updates are Ruining WordPress
If you’re a WordPress developer like me, you’ve probably seen it countless times: your client never renewed their Gravity Forms or Revolution Slider licenses, and now they’ve been hacked because those plugins are three years out-of-date. Unfortunately, this is far from uncommon. There are reasons those two plugins specifically are the cause of, in my opinion, the majority of all hacked websites: … Read More
How to Add Reusable Content Block in X Theme & Cornerstone
Working every day with X Theme and Cornerstone, I frequently find myself needing to re-use sections of my content on different parts of my website. While I know that I could save a block of Cornerstone content as a template and re-use it, the problem is that it wouldn’t update whenever I redid the master template. So how do we solve this … Read More
Just Deleted Rows in Database but it Didn’t Get Any Smaller – WordPress Database
I just got done deleting a bunch of rows on a WordPress MySQL Database only to find that the database didn’t get any smaller! In my case, I deleted about 450,000 total rows, which is obviously a lot! For some reasons this install isn’t deleting wp_session entries in the wp_options table, and they had been accumulating for years. More on … Read More