| | |
| | | <?php |
| | | // /taxonomies/theme.php |
| | | function ajv_theme():array |
| | | function altr_theme():array |
| | | { |
| | | return [ |
| | | 'directory' => 'Themes', |
| | |
| | | ], |
| | | 'singular' => 'Theme', |
| | | 'plural' => 'Themes', |
| | | 'icon' => 'hashtag', |
| | | 'favouritable' => true, |
| | | 'icon' => 'hash', |
| | | 'show_feed' => true, |
| | | 'approve_new' => false, |
| | | 'rewrite' => [ |
| | | 'slug' => 'themes', |
| | | 'slug' => 'before-and-after/by/themes', |
| | | 'with_front' => false, |
| | | 'hierarchical' => true, |
| | | ], |
| | | 'hierarchical' => true, |
| | | 'for_content' => [ |
| | | 'art', |
| | | 'design', |
| | | 'development', |
| | | 'strategy', |
| | | 'writing', |
| | | 'progress', |
| | | ], |
| | | 'seo' => [ |
| | | 'meta' => [ |
| | | 'title' => '{{term_name}} Tattoo Removal – Before & After Photos', |
| | | 'description' => 'Before and after photos of {{term_name}} tattoo removal by laser in Edmonton.', |
| | | ], |
| | | 'schema' => [ |
| | | 'type' => 'CollectionPage', |
| | | 'name' => '{{term_name}} Tattoo Removal Before & Afters', |
| | | 'description' => '{{term_description}}', |
| | | ], |
| | | 'archive' => [ |
| | | 'type' => 'CollectionPage', |
| | | 'name' => '{{term_name}} Tattoo Removal – Before & After Gallery', |
| | | ], |
| | | ], |
| | | 'fields' => [ |
| | | 'term_name' => [ |