How to open full screen editor in WordPress ?
WordPress provides elegant way to write posts using the full screen editor. It provides the clean interface which can be used for editing and drafting the post in full screen mode
WordPress provides elegant way to write posts using the full screen editor. It provides the clean interface which can be used for editing and drafting the post in full screen mode
One of the hidden feature of the WordPress which allows to schedule blog posts to automatically publish themselves at any time in the future.
WordPress 3.8 provides the way to change the admin theme stylish, fast, responsive and beautiful. Tutorial will explain, how to change the admin theme.
This WordPress tutorials will explain how to redirect 404 error page to the home page of WordPress blog.
WordPress setting used to moderate comments more efficiently using the Keyboard Shortcuts.
WordPress Setting used to change the display name of User when post is published.
To Prevent formatting errors, It is necessary to use HTML editor mode by default. WordPress provides us the easy way to disable visual editing mode.
WordPress is a free and open source blogging platform used as content-management system based on PHP and MySQL powered by theme and plugins.
Instead of putting load on your own server, try to host comments on 3rd party server to get faster loading time
When user redirect link to new address which is widely used inside multiple posts then changing each link is almost difficult in every post. Following tutorial will explain you how to replace every occurrence of URL using simple phpmyadmin query. Problem Statement : I need to change every occurrence of www.xyz.com with www.abc.com. Solution : Change URL in Post Content Globally using phpMyAdmin Login to phpMyAdmin and select your database Click the SQL tab to write new fresh query on selected database. Enter the following [...]