salmansiddiqui
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Fixing WordPress
In reply to: URGENT – All My Themes appear to be broken? Please Helpgot the problem
it was some weboptimizer plugin which was creating problem…I uninstalled it and now things are back on track…
thanks a ton for your time…
Forum: Fixing WordPress
In reply to: URGENT – All My Themes appear to be broken? Please Helpthis is how my header.php looks
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"> <title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo " - "; bloginfo('name'); } elseif (is_single() || is_page() ) { single_post_title(); } elseif (is_search() ) { bloginfo('name'); echo " search results: "; echo wp_specialchars($s); } else { wp_title('',true); } ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link href="<?php bloginfo('template_url'); ?>/switch.css" type="text/css" rel="stylesheet" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> <meta name="verify-v1" content="WAsrjz/6vQU1FRVqudCXigOa6ZbiKoNBb5n+1kXn/xc=" > </head> <body class="<?php echo getColorScheme(); ?>"> <div id="main_wrapper"> <div id="header_wrapper"> <div id="nav_wrapper" class="clearfix"> <ul id="navigation"> <li><a href="/">Home</a></li> <li><a href="http://bellthebull.com/category/about-me/">About me...</li> <li><a href="http://bellthebull.com/currency-converter-currency-convertor-currency-conversion-currency-calculator/">Currency Converter</li> <li><a href="http://bellthebull.com/category/beginners-guide/">Beginner's Guide</li> <li><a href="http://bellthebull.com/catagory/forum/">Forum</li> <li><a <li class="right"><a href="http://twitter.com/khalid2167" target="_blank"><img src="http://bellthebull.com/wp-content/uploads/2009/06/twitter_logo.png" width="80" height="29"></a></li> <li class="right"><strong>Translate</strong><?php if(function_exists("gltr_build_flags_bar")) { gltr_build_flags_bar(); } ?></li> <li class="right"><a </ul> </div> </div> <div id="bca_wrapper"> <div id="bca_inner" class="clearfix"> <div class="bca_border"> <div class="bca_title"> <img src="http://bellthebull.com/wp-content/images/logo.gif"> </div> <div class="bca_desc"> <table> <tr> <td> <strong>Breaking News</strong> <ul> <li>U.S. still in a serious recession - CNN poll</li> <li>Builders start raising home prices again</li> <li>Yamaha launches superbike VMAX priced at Rs 20 lakh</li> <li>ABG to counter Bharati's bid for Great Offshore</li> <li>Bengal offers 45 acres each to Infy, Wipro</li> <li>Coming soon to India! Plastic currency notes</li> </ul> </td> <td> <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=bellthebull/pIus', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Sign up for E-Mail Newsletter:</p><p><input type="text" style="width:140px" name="email"/><input type="hidden" value="bellthebull/pIus" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /></p></form> </td> </tr> </table> <script src="http://www.gmodules.com/ig/ifr?url=http://seeon.in/gadgets/bse_sensex_ticker.xml&up_tickertype=30&up_bgcolor=ffffff&up_fontsize=13&up_tickerspeed=2&synd=open&w=620&h=21&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> </div> </div> </div> </div>could you please tell me exactly where to make what changes?I have removed the meta tag….
thanks for your time bro
Viewing 2 replies - 1 through 2 (of 2 total)