• Small request to the author: could You provide possibility of setting “Has Archive” option not only to true/false but also custom ‘string’ slug?
    Thanks in advance!

    PS. When we can expect next version? 🙂

Viewing 1 replies (of 1 total)
  • Plugin Author XYDAC

    (@deepakseth)

    I won’t be adding that, But you can help yourself by changing following line
    Search for this line in cptfields.php
    'has_archive' => array( 'arr_label' => 'Has Archive' , 'name' => 'xy_post[args][has_archive]', 'type'=>'boolean', 'desc'=>'Enables post type archives. Will generate the proper rewrite rules if rewrite is enabled. ', 'default'=>'true'),

    Change it to
    'has_archive' => array( 'arr_label' => 'Has Archive' , 'name' => 'xy_post[args][has_archive]', 'type'=>'string', 'desc'=>'Enables post type archives. Will generate the proper rewrite rules if rewrite is enabled. ', 'default'=>'true'),

    then you will be getting a text box.Use wisely.:)

    Am almost finished with the next version just doing some testing….:)

Viewing 1 replies (of 1 total)
  • The topic ‘Archive slug’ is closed to new replies.