Showing posts with label Wordpress. Show all posts
Showing posts with label Wordpress. Show all posts

Thursday, October 2, 2014

How to Fix the WordPress White Screen of Death, White Screen at wp-admin!

White Screen of Death is a serious problem for a developer. The trouble it prepares is that It will stop you from accessing your WordPress admin panel. Its obvious to get tensed if you can't access wp-admin panel and the worst thing about white screen of death is that it sometimes only affects a specific portion of your website. Like you will only see the white screen of death on your WordPress admin but everything else keeps working alright. On the other hand, different problems may happen such as you may only see it on a specific post and as I said that everything else operates just normal.

Why this problem arises ?

May be some plugin you are using are malfunctioned or troubling, or sometimes it happens because of poor coding, maybe for just a simple white space on your function.php lead your wp-admin to go white screen of death.

Monday, September 17, 2012

Page Columnist, WordPress Plugin

So many people out there like WordPress for simplicity and as an Easy using web publishing tool, Here i am going to make their work a bit more easier by telling about a very handy and useful WordPress plugin. It helps creating sections and divide them equally on a WordPress page. Those who are in that need and searching for a way out just download and start using the Plugin.


Download Link -


->   http://www.code-styling.de/english/development/wordpress-plugin-page-columnist-en


Saturday, September 8, 2012

Twenty Eleven Stylesheet Modification Easy Way

This is very useful for wordpress user, who use 'Twenty Eleven' theme. I collected this post from a site. original post link is here

1. If you want to Header Site Title Font color,font size, font type of your Twenty Eleven theme

#site-title a {
color: red;
font-family: times New Roman;
font-size: 30px;
font-weight: bold;
line-height: 36px;
text-decoration: none;
}

2. If you want to change the Site Title’s mouse over (hover) font color of Twenty Eleven

#site-title a:hover, #site-title a:focus, #site-title a:active {
color: #1982D1;
}