Forums

[Plugin: Events Manager] Global category always link to main blog (2 posts)

  1. ggsalas
    Member
    Posted 3 months ago #

    Hi, I need use global tables. The problem is that categories of one blog link allways to the main blog in the network.

    This can solve?

    Thanks

  2. Marcus
    Member
    Posted 3 months ago #

    This won't change if you're using global tables. However, it's easy via php to either create a new taxonomy or assign events to normal post categories you could do something like

    http://codex.wordpress.org/Function_Reference/register_taxonomy_for_object_type

    to assign normal categories to events to create a different taxonomy.

    or you could just use register_taxonomy() to make a new taxonomy entirely.

Reply

You must log in to post.

About this Topic