Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Post-Kicker, -Byline & -Footer »

How to add info below header but above the post area


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Nov 6, 2009, 04:55 PM
Reesy
 
2 posts · Nov 2009
Hi guys,

First, I am new to Wordpress & I love Atahualpa & am very grateful to you all.

Now here's my problem. On our homepage here www.dublinbees.org, I want some text below the image but above the area of the posts.

When I stick it in the centre column 'above the loop' it appears on every page which looks daft.

Now I stick it in the kicker, and it appears (as you can see if you visit our homepage) above every post which is yucky.

I bet there's a way to put this 'header' info in the centre column above the loop to appear on the homepage only. In my naivety I think it's something plenty people would want. Maybe it's there & I am being thick?

Unfortunately although I know a bit about HTML I know nothing of php...

Any ideas? Thanks for reading!
  #2  
Old Nov 6, 2009, 07:11 PM
juggledad's Avatar
juggledad
 
20,148 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
You could just make it a sticky post
  #3  
Old Nov 7, 2009, 02:08 AM
Reesy
 
2 posts · Nov 2009
Thanks Juggledad - however that's not at all the look that I want.

Ah well, I guess I'll have to compromise & maybe only ever have one post on the front page, deleting as I go.

Simon
  #4  
Old Nov 7, 2009, 04:48 AM
juggledad's Avatar
juggledad
 
20,148 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
one other thing you could do is put it in the 'above the loop' but wrap it in a php if like this
HTML Code:
<?php if (is_front_page()) { ?> <div id=beemsg><h2>what's the buzz, honey?</h2><div> <?php } ?>
this will show it on all the front pages (ie if you only display 5 posts on your blog page, and it is the front page, when you get the second and subsequent set of 5 posts, this will still show up because you are still technically on the 'front page')

If you only want to show it on the First of the home pages, you could add an 'and not paged' condition so it would be
HTML Code:
<?php if (is_front_page() AND !is_paged()) { ?> <div id=beemsg><h2>what's the buzz, honey?</h2><div> <?php } ?>
Is this what your looking for?

p.s. how was your honey harvest this year? It was a tough year in my area, my sister and another friend have bees and June was so wet, they haven't gotten much honey at all.

Bookmarks

Tags
header, homepage

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Header image area dropping down over the first post area bushtool Header configuration & styling 2 Sep 16, 2009 12:17 PM
sociable and writer info on post mehdimonaco Header configuration & styling 0 Jun 26, 2009 06:03 PM
Author info for Post mikesmillions New Versions, & Updating 1 May 9, 2009 08:43 PM
Post Info Items and new plugins technstuff Plugins & Atahualpa 9 Feb 26, 2009 07:30 PM
Post / Page Info Items - Button crashes comp, how do I add to post-footer? Image help everygirlssecret Post-Kicker, -Byline & -Footer 1 Jan 5, 2009 01:12 PM


All times are GMT -6. The time now is 11:26 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.