Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: What templates (php) are used for category, tag and author archives?

New Front EN Support Forums Ikebana Theme Support What templates (php) are used for category, tag and author archives? Reply To: What templates (php) are used for category, tag and author archives?

#2657
mmsatori
Keymaster

Hey Oren,

the archive templates, apart from the portfolio tags, are located in the theme’s index.php file:
– the category archive template is lines 46-54
– the date archive template is lines 5-18
– the tag archive template is lines 34-43

The current taxonomies do not work because of the extra code you’ve added on lines 404-425 of the “functions.php” file inside the parent theme: they are not needed since the relevant declarations already exist; and I recommend to delete them, otherwise the native WP taxonomies get broken. E.g. if you remove the piece of code that declares the category taxonomy, the category links on the project you’ve linked to earlier start working ;)

Sincerely,
Andrii / Satori Studio