eUttaranchal

Re-Writing the Web

Archive for the ‘General’ Category

Wordpress Solutions: Add New Custom Field Not Working

Posted by Bhupendra On November - 6 - 2009

If you are having an issue adding a new custom fields in your wordpress blog, here is the possible solution.

Problem: Add New Custom Field Doesn’t Work at all. When you click on “Add Custom Field” nothing happens!

Solution: Refer to your Theme’s Function file (functions.php) located in your theme directory. Remove any blank lines from the file functions.php

It works!

Highlight the Background of Current Page in Wordpress

Posted by Bhupendra On October - 7 - 2009

I was stucked finding an easy solution to highlight the background of the current (active) page in wordpress. The solution is however too simple. Just add the following CSS code in your stylesheet (style.css)

#menu_id li.current_page_item a{
    background:#2E8DE6;
}

Note: Be sure to replace #menu_id with the id of your navigation bar. In this case, the list of my pages is contained in a div with id menu_id

highlight-active-page

Hello Web!

Posted by Bhupendra On May - 18 - 2007

Welcome to BhupendraKunwar.com – a meeting place for web freaks.

The objective of this website would be to encourage the web users- novice web users, web developers, web researchers , web traffickers, web promoters and web masters to contribute some meaningful substance to the web.