Skip to content
Snippets Groups Projects
Commit a7bd5895 authored by Erick Hitter's avatar Erick Hitter
Browse files

No need for rewrite rules if we never link to the individual entries

parent 3885e9ad
No related branches found
No related tags found
No related merge requests found
......@@ -109,10 +109,7 @@ class ETH_Timeline {
'exclude_from_search' => true,
'show_in_nav_menus' => false,
'show_in_admin_bar' => true,
'rewrite' => array(
'slug' => 'timeline',
'with_front' => false
),
'rewrite' => false,
'supports' => array(
'title',
'editor',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment