|
#1
Jul 5, 2009, 06:44 PM
|
|
Static text/banner image before posts in "posts page"
Pardon me if this has already been asked, but I've been searching the forums since yesterday to no avail. I have the Wordpress reading settings option for a "posts page" enabled. It's currently showing a single post at a time on this designated page, and is working well with next/prev navigation for posts therein. The first thing displayed in this "posts page" is the first post's title. How can I add static text/images before the first/only post title that appears on this page?
TIA!
|
#2
Jul 6, 2009, 07:23 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Are these text/images going to be part of the post? Only on the first post/page (ie if you go to the next post/page you want it gone)?
What version of Atahualpa are you on?
What version of Wordpress?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Jul 12, 2009, 01:11 PM
|
|
Sorry for the delay, and thanks very much for the reply.
Atahualpa 3.4, Wordpress 2.8
I would like this static text/banner to appear above every post on my "posts page" -- e.g., it will stay with the page when the visitor hits next/prev. My reasoning behind this is aesthetic, just trying to create a sort of title header for this posts page. It should not be part of the post itself. Hope that clarifies.
|
#4
Jul 14, 2009, 08:50 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Add it somewhere at Style & Edit CENTER COLUMN -> Content ABOVE the LOOP
|
#5
Jul 25, 2009, 04:10 PM
|
|
The "above the loop" inserts seem to put my banner above every page, but I'd like to only have it over my posts page. Is there PHP function which only echoes the text if it's my posts page?
|
#6
Jul 29, 2009, 12:39 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
you could use the 'is_posts()' function in an if in your code
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|