• Resolved Tagada13540

    (@tagada13540)


    Hello,
    I tried to change title “Upcoming” or “All”, etc. I change the word in the file “sc_event-list”. But when I refresh the page, it doesn’t work…

    Is this the right file to change ?
    Is this the right line (‘initial_date’ => array(‘std_val’ => ‘upcoming’ for example) ?
    I do my site in localhost (with MAMP). Is this may be a reason?

    Thank you

    https://ww.wp.xz.cn/plugins/event-list/

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

    (@mibuthu)

    No, you have to change it in the file includes/filterbar.php, e.g. on line 190:

    private function upcoming_element() {
    	return array('slug' => 'upcoming', 'name' => __('Upcoming','event-list'));
    }

    you change change the upper case “Upcoming”.

    Another solution would be to create your own language file which will translate theses texts.

Viewing 1 replies (of 1 total)

The topic ‘Event list : Change title’ is closed to new replies.