legend411
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Will WordPress ever officially support custom content types?Interesting, thanks for heads up Mik.
After reading about it for a bit, from what I understand the support is there, but it is only capable of registering a new type as being searchable or not. In addition, you can only do that in plugins (or in a functions.php file in your theme, I suppose).
It seems they have it on the agenda, then, but we are a ways from officially-supported fully functional custom content types then, with unique custom field sets and write panels.
Here’s to hoping for 3.0!
Forum: Fixing WordPress
In reply to: running a function on theme activation in functions.phpwell, i supposed I could do
add_action('wp_head','function-name')Given my purpose (creating a table in the db) it will work so long as i do IF NOT EXISTS in my sql statement in the function… but its still going to be running the query every time a page loads, I imagine thats pretty poor practice.
Anyone have suggestions?
Forum: Everything else WordPress
In reply to: Permalinked subpages brokenBump. I would really like to get this to work, as it stands with everything I’ve tried the only thing I could think of doing is absolute pathing everything, which will suck.
Anyone else have this issue?