How to Create Additional Sizes of Images Uploaded in WordPress?

Thumbnail Regeneration

After an image is uploaded to WordPress, we can set it to have new image dimensions (width x height) in addition to the three default sizes automatically generated by WordPress. The new image size should be registered using add_image_size to instruct WordPress to create it. Additional settings like cropping the image and setting the position […]

Configure WordPress Login, Registration Pages to Use the Current Theme

Lost Password Page

After enabling user registration, login and submission in WordPress, the design of login, registration and forgot password pages are quite different from the site’s current theme. It uses the default WordPress admin and login forms so it might look quite dull for many. What would look great is that if the login, registration and forgot […]

How to Enable User Registration, Login and Submission in WordPress

WordPress Login Box

Instead of making a WordPress website limited to a number of users, we can easily configure it to allow user registrations and logins. Enabling visitors to register on the site means they can use the created accounts to login and then comment or even submit content/articles.

How to Share Code Snippets in WordPress Using Syntax Highlighter Evolved

Default SyntaxHighlighter Settings

If you want to share code snippets in a website that is powered by WordPress then one of the finest plugin that you can use is titled: Syntax Highlighter Evolved. This is a powerful plugin that allows you to present code snippets within blog posts or pages. The syntax of code snippets will be automatically […]

Google XML Sitemaps Plugin – Make WordPress Site Accessible for Crawlers

Preview of Google XML Sitemaps Plugin Options

Having an XML sitemap makes it easier for search engine crawlers to access all the contents of a website. It allows for the discovery and caching of content in multiple search engines like Google, Bing and Yahoo. When all the links are submitted to Google, there is a high chance that every one of them will be listed […]

How to Disable Automatic Linking in WordPress Comments

WordPress Commenting Area Removed

Comments are very important in a blog. By default, it is disabled in WordPress. But one of the first things that are done is enabling comments along with a comment spam fighting plugin like Akismet. Comments add the interactivity to a blog. Users will be able to give feedback or discuss directly below the articles. […]

Changing WordPress Site Domain

Velvet Blues Options

When changing the domain name of a WordPress powered website, WordPress settings should be modified to reflect the new name. The changes will allow WordPress to actually use the new domain. The links, images and attachments which refer to the old domain name should also be updated. Remember, that the domain name change means changing […]