There may be times when you would like to hide the WordPress admin bar on certain pages. Maybe the admin bar interferes with the design, for example. This can be especially true for things like pages opening up in a lightbox. Fortunately, it is not too difficult to hide the admin bar on certain pages… Continue reading Hiding the WordPress admin bar on certain pages
Category: WordPress
Conditional Required Contact Form 7 Fields
Sometimes you may want to have a required field in Contact Form 7 only when another form field has a certain value. For example, if someone has an option to choose their preferred method of contact between email and telephone, you’d want to make the email address field or the phone call field required accordingly.… Continue reading Conditional Required Contact Form 7 Fields
Quick WordPress Tip – Upload to a Post Without Switching Tabs
Here is a quick tip for WordPress users out there. When you are adding, say, a Featured Image to a post, you are brought to the Media Library window that includes an “Upload Files” tab. This might lead you to believe that you need to switch to that tab in order to upload a new… Continue reading Quick WordPress Tip – Upload to a Post Without Switching Tabs
Adding a target to a WordPress menu item
This is one of those things that is so simple I can’t believe that I didn’t realize it was there. If you need to add a target or a particular class to a WordPress menu item it is built-in. However, these advanced options are not shown by default. But, you can easily make them available… Continue reading Adding a target to a WordPress menu item
Changing Posts per Page in WordPress admin
Here’s a quick WordPress tip. One thing that always bugged me about the admin interface is that WordPress shows just 20 posts per page in the admin list leading to a lot of clicking the paging navigation. Well, WordPress allows you to change the number of posts shown per page. Go to the Screen Options… Continue reading Changing Posts per Page in WordPress admin
Display the caption of a featured image in WordPress
Have you ever wanted to display the caption of a Featured Image in WordPress? I recently had need to do this and figured out a way to accomplish this. When you set the Featured Image for a post in WordPress, you can add additional information for the image: Title, Caption, Alt Text and Description. It… Continue reading Display the caption of a featured image in WordPress
Custom headers and footers in WordPress
Today I wanted to put a custom post inside of a fancyBox popup. So, I wanted to have access to WordPress’s functions, but I didn’t want the usual header and footer from my main template… I just wanted a very basic page that would fit easily inside of fancyBox. I didn’t realize it, but WordPress… Continue reading Custom headers and footers in WordPress