studio-racket
Forum Replies Created
-
Forum: Plugins
In reply to: Multiple category boxes in admin areaAnyone…? Has anyone tried to do something similar to this in the past?
Forum: Plugins
In reply to: Filters on wp_category_checklistYou can do a hack on the
edit-form-advanced.phpfile in the wp-admin folder of your install… around line 300, change:<?php wp_category_checklist($post->ID, false, false, $popular_ids) ?>
<?php wp_category_checklist(0,8) ?>
where ‘8’ is the category id you would like to appear…
Forum: Plugins
In reply to: Custom Fields on Page/Post Editor interfaceThere is also Freshpost:
It still needs a bit of work… but they are just about to release a new version..
Forum: Plugins
In reply to: Limiting Categories displayed in Write Post ScreenNevermind. Worked it out. Just needed to add some parameters to:
<?php wp_category_checklist(0,3) ?>edited in the
edit-form-advanced.phpfile which lives in the Admin folder…Forum: Themes and Templates
In reply to: Page Templates in WordPress 2.5?!Just checked a different install of 2.5 I have running for a different project – and the afore mentioned shiny drop down box appears fine… the version which works fine was the sneak peek before the official release… did anything change between versions?
Forum: Themes and Templates
In reply to: Page Templates in WordPress 2.5?!I am having the same problem… I am done this a squillion times in 2.3… doing nothing differently… other than getting a shock, drinking too much coffee and swearing at inanimate objects.
The shiny drop down box is simply not there.