TechTalk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help needed adding image in headerWhen I switched out the code nothing changed. Any other suggestions?
Forum: Themes and Templates
In reply to: Help needed adding image in headerHere’s the code:
<title><?php if (is_home()) { bloginfo('description'); } else { wp_title('',true); } ?> — <?php bloginfo('name'); ?></title>Forum: Themes and Templates
In reply to: Help needed adding image in headerThe theme name was posted above and is copyblogger.
Forum: Themes and Templates
In reply to: Help needed adding image in headerJust wanted to give this thread a bump.
I’m looking into the footer myself but more importantly I need to know where the hyphen “-” is coming from in my title so I can remove it.
Instead of “Title”, I’m getting “—Title”. There are no hyphens in the wordpress control panel.
Where is this coming from in the code?
Forum: Themes and Templates
In reply to: Help needed adding image in headerThat did the trick, thanks.
I’ve got a few more questions I’m hoping you guys can help me out with:
-
I’d like to have a footer on the bottom where I can add maybe a small slideshow of popular posts and some streaming posts from different categories. Is there an easy way to go about this?
Before my title there is a – hyphen. There isn’t a hyphen in my wordpress control panel so where did it come from and how do I remove it?
Forum: Themes and Templates
In reply to: Help needed adding image in headerI get a syntax error when using your line of code.
I’m on my way out the door so I’ll play with it when I get back tonight.