brettw777
Forum Replies Created
-
I dont use the default theme. It is one created with Artisteer. I am a little lost on your response, though. Is there any place on this site where you can find people to hire for some phone consultation? Looking…
Thanks for your reply. In my header.php, I see:
<le><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) { single_cat_title(); echo ‘ – ‘ ; bloginfo(‘name’); } elseif (is_single() ) { single_post_title(); } elseif (is_page() ) { bloginfo(‘name’); echo ‘: ‘; single_post_title(); } else { wp_title(”,true); } ?></title>
Basically, I just copied the entire section that has the words “post,” which is only twice. If I want to name this post to show up in the search results, can you tell me where to name it? Thanks
Forum: Themes and Templates
In reply to: Do some themes block out new sidebar images?<img src=”http://i322.photobucket.com/albums/nn402/brettw777/test.jpg”>
simply does not work
Forum: Themes and Templates
In reply to: Do some themes block out new sidebar images?editing….hold on..
Forum: Themes and Templates
In reply to: Do some themes block out new sidebar images?Yes, I did use the text widget for the sidebar attempt. It is the only way I know how. Thanks
I tried both ways – with <img src…. and <a href….
Forum: Themes and Templates
In reply to: Do some themes block out new sidebar images?http://www.realityseeker.com is my site. I simply tried adding a photo to the right sidebar and it won’t show up. Thanks!
Forum: Themes and Templates
In reply to: Do some themes block out new sidebar images?Like I say, I am new at this. I do would not know where to begin doing that…