deonize
Member
Posted 2 years ago #
I'm new to using WP, but have been blogging for a while - i'm a great fan of being able to modify it however I like but i'd like to go one step further and here is an example of what I'd like to do;
http://img4.imageshack.us/img4/7963/examplehere.gif
first of all i'm wondering if this is possible, or if theres addons out there available to allow images 'sticky'd to the post' per se
thanks!
Is this always the same picture? In that case change the code (index.php).
Peter
Get a plugin that looks for the images inside posts.
Like "postimage" or something.
I have a plugin called "EasyPermGals", but it'll require some theme-editing to get the header image to display up there.
You can also browse this forum and look for something liek "post image" or "post thumb" ... write the function in the functions.php file and call the function in the header.php file.
deonize
Member
Posted 2 years ago #
Hey, thanks for the replies, and yes - they will change
What I mean is for there to be a way to upload images for that particular post as if it were an image I were putting up as part of a blog post - but I want that image to be styled as part of the template so that it looks the way it does in that image (appearing on top of the post title, date etc)
thanks if you can help :P