Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter legend411

    (@legend411)

    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!

    Thread Starter legend411

    (@legend411)

    well, 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?

    Thread Starter legend411

    (@legend411)

    Bump. 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?

Viewing 3 replies - 1 through 3 (of 3 total)