Hi Gerald,
Thanks for writing in! I think I have replied to a similar request on your other thread. All these you can customize all of these text strings by copying the _landmark-header.php
file under /wp-content/themes/x/framework/legacy/cranium/headers/views/integrity/_landmark-header.php
into your child theme (/wp-content/themes/x-child/framework/legacy/cranium/headers/views/integrity/_landmark-header.php).
If you don't have a child theme, please set it up first (https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57).
Once you edit the file _landmark-header.php
in your child theme using a text editor, you can then search for the following text to locate the exact code.
Search the phrase categorized as
and then you should be able to locate the code.
$subtitle = ( $meta['archive-subtitle'] != '' ) ? $meta['archive-subtitle'] : __( "Below you'll find a list of all posts that have been categorized as ", '__x__' ) . '<strong>“' . single_cat_title( '', false ) . '”</strong>';
Please note that we do not provide support for customization requests. If you have further customization requests, I would suggest you to contact a developer or a service.
Thanks!