sublink
Forum Replies Created
-
Forum: Plugins
In reply to: Best practices for adding attachments to custom post typesSo, it looks like there’s no standard way to add a file input to the post page.
I’ve seen several plugins handle their own uploads—could anyone point me to some tutorials on doing this? Particularly how to handle the upload on the PHP side.
Thanks!
Forum: Themes and Templates
In reply to: WordPress 3, adding site list to menusThanks for this—I didn’t know
get_blog_listwas deprecated.Forum: Alpha/Beta/RC
In reply to: wp_list_sites() ???I’m working on a WordPress 3 powered site, using the multi-site feature. The idea is to have a main ‘portal’, and spin off multiple sub-sites for each topic.
We’d like to have the listing of sub-sites show up in a site-wide navigation. So we’d have something like ‘Home’, ‘Contact’, and a drop-down of ‘Topics’.
It looks like I can write up a little bit of code to get the site listing, but is there a way to integrate this list into the menu system in WordPress 3 so that we can add pages and links along with it? Would I have to build the menu myself as well?
Thanks!
Forum: Themes and Templates
In reply to: Changing theme backgroud image.I think what you are looking for is background-attachment: fixed;