kobewolfe
Forum Replies Created
-
Forum: Plugins
In reply to: [Flutter] [Plugin: Flutter] Has development stopped on this project?hi there,
i’ve used flutter/freshpage on a couple of projects now. it seems to work ok for me – even in WP 3.1 (as i’ve discovered this morning).
i made a tiny correction to a PHP file a while back and now i just copy the folder over to a new project. i know it’s not the ideal, and i’m not really a developer so don’t know about ‘proper’ code. maybe i’ll try magic fields for the next one because it’s sounds more active as a project.
the biggest drawback with any of these plugins, seems to be the lack of documentation or support. with flutter/freshpage – theres little or no documentation on e.g. calling your newly created variables into your custom HTML template. something i worked out eventually (luckily) by firebugging the wp-admin system!
anywho… glad to share the working folder as a zip if anyone wants it. probably not the proper way to distribute code tho :/
Forum: Themes and Templates
In reply to: Customizing the_title(): below an image, before post contentI’m closing this thread, re-writing and re-posting under a new title. I don’t think it’s helping my cause.
Forum: Themes and Templates
In reply to: Customizing the_title(): below an image, before post contentCan anyone help me with this? I’d like an image attachment to appear ABOVE the post. Surely there’s a wizard out there that can point me in the right direction. Custom fields perhaps?
ps. I’ve tried forcing the layout with relative css positioning. results were quite buggy.
Forum: Themes and Templates
In reply to: Customizing the_title(): below an image, before post contenthi thanks for your reply.
well i’ve managed to get the content displayed using my approach above.. but it’s just placing the attachment precisely where i want it – without using plugins (if possible). if i use the method:the_attachment_link(15, false, false, false)
the image with an ID of 15 is appended to it’s name appears on the page i.e. attachment_15.
i’m new to wordpress – so is there a plug-in you’d suggest, to do something that’s (relatively) simple, like this?