A domain is your website’s name ("yourdomain.com"). To register a domain, you’ll need to register with a domain registrant. There are too many of them to count so you shouldn’t have problems finding one. Conduct some research before settling with one to make sure they are affordable (never pay more
Set Featured Images Using URLs Instead of Media Uploads
Featured Images WordPress's editor has a nifty little button that you've most likely seen: Add Media. This button brings up a screen that lets you add images by accessing your media library, uploading a new image, or adding an image from a URL. With featured images, you don't have the URL option.
Exclude Post Categories from Blog Page
This snippet lets WordPress users exclude a category or categories from their blog page.
How to Use Email as Username in WordPress
By default, WordPress requires a username to login. Personally, I hate having to keep track of a username. I much prefer to use my email as the username. If you'd like to let your users login with their email and password rather than a username and password, download the WP Email Login plugin. It's
Limit Contact Form 7 Javascript to Specific Pages
Contact Form 7 Loads JavaScript on ALL Pages Contact Form 7 is one of the most popular form plugins available for WordPress. It's great for making simple contact forms. Most Contact Form 7 users go with it over a more advanced plugin like Gravity Forms because they only need a simple form for
Speed Up Your WordPress Website by Moving JavaScript to Footer
This code snippet removes JavaScript (including jQuery) from your WordPress website's header and moves it to the footer, optimizing your page load speeds. Just paste it into your theme's functions.php. if(!is_admin()){ remove_action('wp_head', 'wp_print_scripts'); remove_action('wp_head',
How to Add Scrolling Text to Gravity Forms
Add a Scrolling Text Block to Gravity Forms There are times when website owners need to add lengthy text (i.e. Terms and Conditions) to a form built using Gravity Forms. If you're trying to add a Terms and Conditions acceptance to your form, you will want to obviously add a way for the user to
How to Edit the WordPress Admin CSS
For the most part, I have no complaints about the WordPress admin styling. However, I have had complaints about some of the styling effects certain plugins have on admin styles. For example, one of the plugins I frequently work with adds a column to the edit.php pages (the list pages for your posts)