bhuthecoder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to center header title?add
text-align:center;
to#description h2 { color:#666666; font-size:1.4em; font-style:italic; font-weight:normal; }located in master.css (line 125)
Forum: Fixing WordPress
In reply to: Page and Post Title Fix Neededwhat format u set for
“Post Title Format:” in All in one seo option pageForum: Themes and Templates
In reply to: Sudden spacing in navigationadd
width:auto;
toul.menu li { color:#FFFFFF; float:left; font:bold 15px/15px Arial,"Times New Roman",Times,serif; margin:0; padding:0 21px 0 0; position:relative; text-transform:uppercase; width:auto; }line number 357
Forum: Fixing WordPress
In reply to: Can't insert images into posttry to upload using other browsers like chrome ,opera
Forum: Fixing WordPress
In reply to: only beginning of post showingsingle.php code not changed,check again.it still using the_excerpt
Forum: Fixing WordPress
In reply to: User ID and Password Issuethis error appeared after installing or upgrading wordpress?
try to re-install wordpress againForum: Plugins
In reply to: create a full list of poststry this plugin
http://wordpress.org/extend/plugins/postlists/Forum: Fixing WordPress
In reply to: category posts dissapear on click throughwhich loop u using for retrieving post content ?(not for thumbnails)
check this pagehttp://codex.wordpress.org/The_LoopForum: Fixing WordPress
In reply to: category posts dissapear on click throughu missed the closing bracket(>) for “a tag” before “img tag”
i corrected it ..http://bhuthecoder.com/pastebin/?p=22Forum: Fixing WordPress
In reply to: new blogu can register free blog at
http://wordpress.com
no hosting required
domain: example.wordpress.comForum: Themes and Templates
In reply to: Twenty ten widget style questionhere i posted the css code and steps that needed to change the layout
http://bhuthecoder.com/pastebin/?p=16Forum: Themes and Templates
In reply to: Remove top navigation bar in Mystique Theme<div class="single-navigation clear-block"> <div class="alignleft"><?php previous_post_link('« %link') ?></div> <div class="alignright"><?php next_post_link('%link »') ?></div> </div>remove above lines from single.php