esark33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to show image only on homepage (blog page)Did it!
I just moved `<?php if( is_home() ) :?>
<div class=”slogan”>
<div class=”slogan-indent”></div>
</div>
<?php endif;?>` from index.php to sidebar-2.php.esmi THANK YOU for your help, couldn’t have done it without you.
Cheers,
EdForum: Fixing WordPress
In reply to: how to show image only on homepage (blog page)I haven’t edited any portion of the CSS that would affect that – why do you say that?
esmi we’re almost there… I appreciate your help. Now that we’ve managed to get the image to show only on the homepage, how can I get it to show in the center column? I left the
<div class="column-center">
in sidebar-2.php as you stated.Thanks,
EdForum: Fixing WordPress
In reply to: how to show image only on homepage (blog page)Sorry I highlighted too much in previous post – I only removed
<div class="slogan">
and below. I did leave<div class="column-center">
there, it’s the last thing you see in sidebar-2.php.Forum: Fixing WordPress
In reply to: how to show image only on homepage (blog page)I added that code to index.php.
And removed (from sidebar-2.php) this:
<div class="column-center"> <div class="slogan"> <div class="slogan-indent"> <h2><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/header-text.gif" /></h2> <p><a href="#"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/button-join.gif" /></a></p> </div> </div>
(disregard the header-text.gif and button-join.gif images, they aren’t used)
and got this. Getting closer but placement is messed up – does that have something to do with the <div class=”column-center”> in sidebar-2.php?
Forum: Fixing WordPress
In reply to: how to show image only on homepage (blog page)esmi, sorry to be such a noob – where do I place that, in index.php? header.php? I see the image referenced in my css file but that’s it.
kmessinger, thanks – let me explore this route before tackling static pages.
Ed
Forum: Fixing WordPress
In reply to: mirror blog within same siteMicah I followed your instructions and unfortunately it’s still not mirroring the homepage blog: https://royalbookclub.com/?page_id=5
Suggestions?
EdForum: Fixing WordPress
In reply to: mirror blog within same sitePerhaps I’m not understanding you… are you suggesting I use widget logic to hide the widgets on my homepage? Because that IS my post page – and I want widgets there. Where I don’t want widgets is the “What We’re Reading” page, which is currently how it is so that part’s fine, but I ALSO want the posts on that page. Does that make sense?
I realize I can change which page my posts are posted on (eg. change it from the homepage to “What We’re Reading” page), but then they’ll no longer be on the homepage, right? Which is why I was asking how to mirror them, as I want the posts on both pages.
Let me know if I’m not making sense, I’ll try to explain differently.
Thanks,
EdForum: Fixing WordPress
In reply to: mirror blog within same siteHi Micah,
I have the ‘display widgets’ plugin active, but unfortunately that won’t solve the problem. See my site for what I mean. The blog is on the homepage, but I also want it on the “What We’re Reading” page.