| | |
| | | <?php |
| | | // /taxonomies/progress.php |
| | | // /taxonomies/timeline.php |
| | | function altr_timeline():array |
| | | { |
| | | return [ |
| | |
| | | 'for_content' => [ |
| | | 'progress', |
| | | ], |
| | | 'seo' => [ |
| | | 'meta' => [ |
| | | 'title' => '{{term_name}} Between Treatments – Tattoo Removal Progress', |
| | | 'description' => 'See how tattoos heal and fade with {{term_name}} between laser removal sessions.', |
| | | ], |
| | | 'schema' => [ |
| | | 'type' => 'CollectionPage', |
| | | 'name' => '{{term_name}} Between Treatments – Progress Photos', |
| | | ], |
| | | 'archive' => [ |
| | | 'type' => 'CollectionPage', |
| | | 'name' => 'Tattoo Removal with {{term_name}} Between Sessions', |
| | | ], |
| | | ], |
| | | 'fields' => [ |
| | | 'term_name' => [ |
| | | 'label' => 'Name', |