Hi, is there any chance to rename "sermons" in the admin panel to something else?
Thanks & regards, Katharina
sermons
2 posts from 2 voices-
Posted 5 months ago #
-
Yes open up incarnation\includes\admin\register-sermons.php and search for following code:
$labels = array( 'name' => _x('Sermons', 'post type general name'), 'singular_name' => _x('Sermon', 'post type singular name'), 'add_new' => _x('Add New', 'sermon'), 'add_new_item' => __('Add New Sermon'), 'edit_item' => __('Edit Sermon'), 'new_item' => __('New Sermon'), 'view_item' => __('View Sermon'), 'search_items' => __('Search Sermons'), 'not_found' => __('No Sermons found'), 'not_found_in_trash' => __('No Sermons found in Trash'), 'parent_item_colon' => '' );You can replace "Sermons", "Sermon", "Add New", etc. with any text of your choice.
Posted 5 months ago #
Reply
You must log in to post.














