Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Noche70

    (@noche70)

    I have written a function to create categories, but I’d like to know if this is coming in the next releases so it doesn’t break my site?

    function tr_create_my_taxonomy() {
    // create a new taxonomy
    register_taxonomy(
    ‘lscontentblock_category’,
    ‘lscontentblock’,
    array(
    ‘public’ => true,
    ‘label’ => __( ‘Block Categories’ ),
    ‘hierarchical’ => true,
    ‘rewrite’ => array( ‘slug’ => ‘blocks’),
    ‘has_archive’ => true,
    ‘exclude_from_search’ => false,
    )
    );

    }
    add_action( ‘init’, ‘tr_create_my_taxonomy’ );

    Have you noticed that no one is responding ? They updated their software 5 months ago and not a word out of them….

    YES, it’s awful. Horrible customer service ??

    Yeah, I’m so not feelin’ the love. The product that they’ve produced is really sweet. However, not so much with customer service….uuuugh!

    Too bad that there are no responses…

    I’d also love to see this feature.

    @noche70 – may I ask you how and where you implemented the function you show above? As I am unfortunately not a programmer (but able to use Dreamweaver etc.), is there a “simple” way to get this funtion into my WordPress blog?

    Thanks a lot,
    Markus

    • This reply was modified 5 years, 3 months ago by leiti373.

    …and to be more precise, I’d also love to be able to filter for these categories in the overall view of all content blocks ??

    Cheers,
    Markus

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Category feature?’ is closed to new replies.