February 4th in Wordpress by .

Fix -> WordPress wp-comments-post.php is blank !

wordpress

Ever since the latest wordpress update, something weird happening with the comments. Whenever somebody posts a comment, they see a blank page from wp-comments-post.php. As a result of which comments posted by users are lost.

I quickly realized the problem has to do something with wp-comments-post.php or perhaps it could be …

December 13th in Wordpress by .

How to show source code in wordpress comments?

wordpress-source

Posting code in wordpress comments will not show up in comments and happens because wordpress automatically strips all special chars to plain text.  In realty posting source code in wordpress comments is not difficult at all, provided your theme supports the code tag.

There are 2 ways in which you can …

December 6th in Wordpress by .

40+ Top Premium Magazine Themes for WordPress

wordpress-P

I have been a great fan of wordpress magazine themes and i have been searching for these premium news themes all the time to setup my wordpress blog. I have compiled the below listed visually stunning high quality themes and i sincerely believe you could not miss them if you …

December 5th in Wordpress by .

10+ Best Tutorials for WordPress Plugin Writing & Development

wordpressplugin

Writing a wordresss plugin is no easy task and it always demands you to understand the core functionality and indepth understanding of wordpress. I have found the tutorials listed below very interesting and you will be amazed to know with bit of understanding you can create a wordpress plugin on …

November 27th in Wordpress by .

How to create favicon for wordpress?

favicon

To create a favicon, for wordpress, take the image shrink to 16x16px using ifranview or gimp then upload as favicon.ico in your themes folder. If the file already exists then overwrite it.

You will need to open header.php and add this line inside the head tags of the html to …

November 19th in Wordpress by .

How to show adsense on specific posts/pages in WordPress?

Wordpress

Very often, you might want show or not show adsense in specific posts or pages. Infact you dont even  need to search for wordpress plugins to accomplish the job. The easy way is hack directly into wordpress code.

You can open your current wordpress theme and make changes to single.php, category.php …

November 13th in Wordpress by .

25 Beautiful looking WordPress News/Magazine themes from Themeforest

themeforestlogo

i am great fan of themeforest and especially news and magazine themes for wordpress blogs. Honestly there are tonnes of wordpress themes out there and eventually for anyone it takes valuable hours to carefully go through hundreds of themes to pick a handful of  your favorite premium themes before placing …

November 6th in Wordpress by .

Images wont show up in WordPress because of Editor issue!

wp-verde

i often use wordpress to write my articles with images in posts. i have noticed that whenever i copy or cut the photos and do the past, the images or photos show up fine in the editor but when the post is published, the images wont show up.

I would change …

October 18th in Wordpress by .

How to insert HTML/BBcode tags to WordPress Comments Form

wp

I have seen many people asking me how to integrate a simple javascript based editor to wordpress comments form to markup html or bbcode tags. Here is how you do it and its simple.

I will be working on the prototype of this free markup editor and i will be tweaking …

August 21st in Wordpress by .

Fixing WordPress custom permalinks 404 error

perma

I have been banging my head for days to make  this working. No matter what i did only the default permalinks  worked and the custom or other options wasnt working and everytime i was getting page not found 404 error. I did use WAMP and Xampp  with wordpress 3.x to …