About title display on archive page

Hello.
I am using Integrity now.

I would like to use “Archive Title” and “Archive Subtitle” entered on the archive page.

However, it is not actually displayed on the page.

It was available when using RENEW.
Is Integrity compatible?

hey there,

What you’re asking would require the use of a child theme, and a file edit. Clone this page from your parent theme to your child theme, keeping the directory structure:
FRAMEWORK/VIEWS/RENEW/WP-INDEX.PHP

On line #15, paste this code:
<?php if ( is_archive() ) the_archive_title('<h1 class="h1">','</h1>'); ?>

Thank you!
It is perfectly moving, it is wonderful.

Thank you very much.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.