Shaun Kerr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Logo not showing up, HELPWow, I must’ve gone blind from staring at that for so long. Thanks for the quick reply sir.
Forum: Fixing WordPress
In reply to: Logo issue w/ChromeSorry the snippets of code were pasted in wrong….
<img src=”<?php bloginfo(‘template_url’); ?>/images/logo.png” alt=”Cincinnati Energy Solutions” width=”126px” height=”93px” border=”none” title=”Cincinnati Energy Solutions”>
and
<img src=”/images/logo.png” alt=”Cincinnati Energy Solutions” width=”126px” height=”93px” border=”none” title=”Cincinnati Energy Solutions”>
Forum: Fixing WordPress
In reply to: Question about Easing Slider pluginHmmm, not sure if I follow. I already placed the <?php /*Template Name: Home*/?> tag at the top of my “static” page, and named it home.php, AND set the reading to have it show up as my frontpage.
I just don’t want the slider to show up anywhere except for my frontpage. But it’s showing up on my frontpage, and my posts page. I want to get it off of my posts page…
Forum: Themes and Templates
In reply to: use my static navigation bar instead of WP navigationOk, I definitely assumed it’d be more difficult than that, so I didn’t even bother trying it. I’m going to right now though…