This is a tutorial for the video answers to top WordPress questions series that we have been publishing on this site to help users get started with WordPress. If you're just launching a new WordPress site, and want Google to start crawling it, there are generally only a couple things that need … [Read more...] about How to Get Your WordPress Site on Google
WordPress Plugin to Allow ePUB file Uploads to Your WordPress Site
WordPress doesn't allow you to upload ePUB file types to your site using the media library for security reasons. If you try to upload a file with .epub or .mobi file extension, it will just give you a URL to the attachment page (not the direct URL to the file). This plugin will remove the … [Read more...] about WordPress Plugin to Allow ePUB file Uploads to Your WordPress Site
HeartBleed Vulnerability and WordPress Site Owners (What You Need to Know)
There has been a lot of press on the HeartBleed bug recently and it is scaring a lot of WordPress site owners/admins. Since we have a popular security plugin, we are getting a lot of questions about this. So, in this article I will explain what HeartBleed bug is and what you need to do on your … [Read more...] about HeartBleed Vulnerability and WordPress Site Owners (What You Need to Know)
7 Underutilized and Hidden WordPress Features
WordPress has grown from a simple blogging tool to a powerful CMS platform over the years, with many webmasters using it to run their personal and business sites, as well as online stores. Despite this expansion in the platform's functionality, many users still skim the surface and utilize only the … [Read more...] about 7 Underutilized and Hidden WordPress Features
WordPress Custom CSS Plugin
The WordPress Custom CSS plugin allows you to customize your WordPress site's appearance by enabling you to easily add custom CSS code without ever having to modify your theme or plugin files. This is perfect for adding custom CSS tweaks to your site. WP Custom CSS plugin has an interface which … [Read more...] about WordPress Custom CSS Plugin
AJAX Comment Loading Plugin Fixed
Recently I wanted to use the Ajax Comment Loading Plugin (developed by Mark Jaquith) on one of my WordPress sites. The functionality that plugin offers is very nice but it turns out that the plugin doesn't work for current version of WordPress anymore. I fixed the code a little to make it work … [Read more...] about AJAX Comment Loading Plugin Fixed
WP Far Future Expiration Plugin – Easily Add Far Future Expiration to Your Static Files
This plugin will allow you to easily add a "far future expiration" date for various static file types on your WordPress powered site to improve page load time (site speed). Adding far future expiry header to your static resources (images, js, css) can improve the site speed. If you are using a … [Read more...] about WP Far Future Expiration Plugin – Easily Add Far Future Expiration to Your Static Files
How to Install Google Analytics Tracking into a WordPress Web Site
This is a follow up article for the how do I start a successful blog series that we have been publishing on this site to help users get started and create a successful blog. Google Analytics (GA) is the de facto standard for tracking the statistics for properties on the web. It is free to use … [Read more...] about How to Install Google Analytics Tracking into a WordPress Web Site
How to Install A WordPress Multi-Site Network [Video Tutorial]
Ever since version 3 of WordPress was launched, users had the ability to create a network of WP sites or blogs, allowing us to own a site similar to WordPress.com. Using what's called the 'multisite' feature we could have many sites running, only having just one installation of the software … [Read more...] about How to Install A WordPress Multi-Site Network [Video Tutorial]
WP Proper PHP Include Plugin
WordPress, by default, allows the use of HTML and JavaScript when adding/editing posts and pages in "Text" view. However, PHP execution is a different story. Sometimes you may want to execute some PHP code in your post or page and this plugin will allow you to do that. There are a few plugins … [Read more...] about WP Proper PHP Include Plugin