Need a custom plugin to add content to top of WP posting area

alc

New member
Mar 3, 2007
300
2
0
I have been looking for a while now a stand along plugin that will let me add content to the top of post are but could not find. Anyone know of one I have asked before but no one knows of any. Would something like this cost much to do? Should I go to one of the outsourcing sites like rentacoder or elance does anyone know of a good one for WP plugin creators?
 


Not very clear what you're trying to do.
Where are you trying to show the added content? Above posts on the site? On the post list, on a single post page?
If the latter, is the content to be added going to be the same on all post pages?
If it will be different on all pages you will need to use a plugin or do it with custom fields. If it will be the same content on every page, you can just add it into the theme files.
 
I want to be able to add say a banner or text or add on top of the posting area. So it does not change whenever a post get added so its going to stay all the time and not change. Now on all the themes you add content between the header and post area or the sidebars and footer area.

I want to have permanent content that I add within a plugin like with a text plugin now that we add in the sidebar to the post area on top of the posts. So all the postings will go under whatever content I add there. I know that now to do so I would have to go into the frame code and add the content manually, but it should not be too hard to create a plugin that can do this for someone that knows how to do plugins I hope.
 
Add a widget area to your single.php file (or whatever file loads your posts), then you can put whatever widget you like into it. Or if the content wont change much, just code it straight into the file.
 
Struggling a bit trying to understand exacly what you are saying, but I think WP-Sticky might be what you're after..


Yes a sticky thats it a post that would not move from the top so thats the first post people see all the time. But it would be great if it would look like a ad section without the post date and time just whatever text and banner I add to it maybe some table areas too hope it is customizable.

Will try it out I think this is the easiest way to go thanks.