Add1ct3dd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Set correct title of a Custom PHP PageYep it didn’t work 🙂
I’ve done it another way which has worked, using wp-load.php instead of the 3 required files above!What filesize are your songs? I’m having the same problem but I think it’s due to the fact they’re 100-120Mb files I want to play!
Forum: Fixing WordPress
In reply to: Adding custom taxonomy description to top of taxonomy displayingEdit:
$termDiscription = term_description( ”, get_query_var( ‘genre’ ) );
to
$termDiscription = term_description( ”, get_query_var( ‘taxonomy’ ) );It actually knows which taxonomy it’s using :).
Job done!Forum: Fixing WordPress
In reply to: Adding custom taxonomy description to top of taxonomy displayingEdit: Ok the description works fine, but is there a way to have a $taxonomy variable to state which taxonomy I’m looking at?
Forum: Fixing WordPress
In reply to: Multiple taxonomy in same box under "Edit Post"Another way i thought of it was exactly like this post:
http://wordpress.org/support/topic/custom-admin-post-layout-drag-drop?replies=1“I would like to have the taxonomy panels below de editor in the post.
This can be done using drag-n-drop, but it takes up the whole column.
What I would like to do is have the drag-n-drop area in the post split in two columns, so I can efficiently use the space.”