Category: Wordpress Essentials
-
A Safe and Easy Way to Add Code to A WordPress Website’s Header or Footer
There may be occasions when you need to customize your WordPress website, and the only option is to edit the underlying code of the theme you are using. The purpose of this customization might be to change the appearance of your website, or perhaps alter the way it functions. Generally speaking, keeping your theme files…
-
Need WordPress Help? Check Out These Support Resources
From forums and chat rooms to blog posts and conferences, the amount of WordPress support available truly is infinite; but, with so many resources at our fingertips, how does one find the answer to a simple WordPress question? To sort through all the information, it’s important to know where you can go to ask for…
-
Reasons You Should Do a Regular WordPress Check-Up
Introduction to WordPress Maintenance Admit it, you do treat your WordPress installation as a set-it-and-forget-it kind of thing, don’t you? Almost everybody does. Literally, the only two things we usually do with a WordPress site once it’s up and running is: (1) publish new content, (2) update the plugins and the WordPress core itself (here…
-
How To Create a Sticky Post in WordPress
By default, your newest articles are published at the top of your blog. With every new article published, your existing articles are pushed down a spot — and eventually, off the front page completely. It can be disheartening when your best article drops off the front page. There are two main problems with this: One…
-
A Guide to Using WordPress Logs to Track Errors
Use WordPress logs to fix problems that arise on your WordPress instance — or, more accurately, to figure out why they’ve occurred. This feature tracks errors and records them in one easy-to-locate file, so you can get started on the troubleshooting process. There are three basic steps to enable WordPress error logs: In this article,…
-
Speed Optimization: the WordPress Plugins You Need
I’ve talked a lot about security over the last few weeks. This week, though, I want to talk about another important website attribute: speed. For anyone who experienced 56k dial-up, you could be forgiven for thinking today’s super-fast broadband connections have solved the problem of website speed. After all, most websites load within a few…
-
Can Your Site Benefit from a WordPress Reverse Proxy?
While explaining how it works is a little more difficult, the essence of what a WordPress Reverse Proxy does is simple. It allows your WordPress site to be viewed through another domain, so that your visitors have no idea they’re on a different site or system. For example, let’s say you have a WordPress blog…
-
How to Find the Post ID in WordPress
Introduction to WordPress IDs When I first started using WordPress several years ago, I remember a plugin asking me for a post ID. I thought I was picking up WordPress quite quickly, but this one had me stumped. I could see the name of my post, I could find the URL – but I had…
-
The Complete Guide to Creating Custom Shortcodes in WordPress
In this post, we’ll take you step-by-step through the process of creating and using your own custom shortcodes. We’ll go over what shortcodes are, walk you through the entire process of creating a new shortcode, and show you how to modify and control the shortcode attributes and functions. Please note that this is a more…