Okay
  Public Ticket #1810008
Single Page - URL structure
Closed

Comments

  • François-Xavier started the conversation

    Hi,

    The following php code doesn't work...

    I am using the7 regarding the Wordpress theme.

    add_option('stec_permalinks', array(
                'calendar' => 'stec_calendar',
                'event'    => 'stec_event',
                'cron'     => 'stec_cron',
            ));

    Thanks,

    F-X

  •  877
    Zhivko replied

    Hi,

    Try:

    update_option('stec_permalinks', array(
                'calendar' => 'stec_calendar',
                'event'    => 'stec_event',
                'cron'     => 'stec_cron',
            ));



    Stachethemes Developer

  • François-Xavier replied

    Thank you so much, it's working ! 

    F-X