Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Two questions .. I know it is not about Buddypress, but if it wasn’t urgent, I would not have asked.

Sorry, this is the code for my header
`<?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); if(get_bloginfo('name') != "") echo ' – ' ; bloginfo('name'); }<br /> elseif (is_single() ) { single_post_title(); }<br /> elseif (is_page() ) { bloginfo(‘name’); if(get_bloginfo(‘name’) != “”) echo ‘: ‘; single_post_title(); }<br /> else { wp_title(”,true); } ?>
<script type="text/javascript" src="/script.js”>
<link rel="stylesheet" href="” type=”text/css” media=”screen” />


<link rel="alternate" type="application/rss+xml" title="” href=”” />
<link rel="alternate" type="application/atom+xml" title="” href=”” />
<link rel="pingback" href="” />

`

Skip to toolbar