WP-CLI is a command line interface which allows the users to manage their WordPress web sites from the command prompt. Upgrades can be performed, backups can be generated, new posts can be published and most of the regular admin actions can be performed with a set of commands.
Make WordPress Remember A Login Forever
Build a WordPress Theme in 60 Seconds
Creating a basic WordPress theme can be easier than you might think. Here’s how, in (about) 60 seconds!
Anatomy of a WordPress Plugin
Enabling Facebook Comments in WordPress
It is possible to use the comments system built into Facebook directly on your WordPress site. But why would you want to do this?
Play Background Audio on your WordPress website
Sometimes it is nice to low ambient sound effects in the background of your website, to set a mood or for some other purpose. There are plenty of websites where you can download such files, or you can make your own. It’s best to go for something that seamlessy loops and is not to distracting to the user.
How to Create a List of Forbidden Words for WordPress Titles
If you manage a multi-author blog and want authors to avoid using certain words or phrases, then this will come in handy. If an author has publishing rights, then the unwanted words can go live on your website. You can prevent this by taking away publishing privileges from users, but this means more work for you as you will have to review and publish posts yourself. So in this tutorial, we will show you how to create a list of forbidden words for WordPress titles.
Display Random Posts in WordPress
This method requires you to add code to your WordPress theme files, so exercise caution. Continue reading “
How to Include Category and Subcategory in WordPress URLs
WordPress comes with two built-in taxonomies to sort your content. They are called categories and tags.
As you probably know, categories are typically used for more broader topics and can have subcategories. However, if you are using the default WordPress URL structure, then your categories and subcategories are not included in the post URLs by default.
How to Link to External Links from the Post Title in WordPress
Do you want to add an external link as post title in WordPress? Sometimes you may just want to share a link with your users. Instead of sending them to a post, you may want the post title to link to the other website. In this tutorial, we will show you how to link to external links from the post title in WordPress.