Do you want to give personal touch to your blog login page? Here is an easy method for your. BM custom login is a WordPress plugin which is use to change your WordPress blog login page. You can upload the custom logo or select the pre defined template to give a personal touch to your WordPress login panel. BM custom login plugin is easy to use and configure. Download the plugin from the link provided and follow these steps: Installation: Download the plugin Install the plugin and activate it Cre
Do you want to “Insert Author BIO in WordPress Post“? It is not so complex it is rather simple. Most often blogger want to share their BIO with their blog readers. I think It is best way to interact with new blog visitors / readers. This function is added in some WordPress themes by default, if this function is not available in your WordPress theme, then you can add it yourself. In order to add, open your theme folder and find file “Function.php” open it in your favorit
Every blogger add images in their blogs. Images are necessary to attract reader attention. But if image used in post in is too big they can break your blog layout. You can automatically adjust image size according to your content area. Simply paste the following in your style.css file: .post img { max-width: 500px; /* Adjust this value according to your content area size*/ height: auto; } You can set your own max image size in code. Most WordPress themes display posts content within a <div>