Change Autosave Interval in WordPress

CMS

If you are writing a long post, then autosave feature will save your posts regularly while you are writing them, it will make your blog database loaded, if you are a regular poster, it's a good feature in wordpress, which let you to go back to the previous version of post if you lose power during … Continue reading...

how to change WordPress admin username

CMS

For security reasons, it is important. that WordPress default user name admin to be changed. In the WordPress backend itself, there is no way to do this. This is easily performed in a MySQL admin program such as phpMyAdmin by following code: UPDATE wp_users SET user_login = … Continue reading...

How to Control Image Size in WordPress using CSS

CMS

It often happens that a picture is wider than the range is displayed in the Content. Especially if you have several authors who are not so experienced in WordPress. In order to embed large images but to avoid destroying of the layout, simply add following lines of CSS in the styles.css … Continue reading...

How to Add Content Boxes to a Artisteer WordPress Theme

featured_content_boxes

While working on many wordpress themes, powered by Artisteer, people asked me how to add content boxes to a Artisteer Wordpress Theme. There are many Wordpress Plugins available, which enable you to add different color boxes to make your post … Continue reading...