• Resolved ubiquity3

    (@ubiquity3)


    Hello again! Another problem. I’ve search around the codes but can’t find the exact point to edit.

    Using this page as an example: http://ubiquitytheatre.de/wp/category/workshops/erwachsene/

    I want to edit the title ‘Kategorie: Erwachsene und Studierende’ to simplay Erwachsene und Studierende. I want this rule to apply to all category listings. I’ve had a look through the various codes but can’t find the exact point to alter. Here is a copy of my archive.php text:

    <?php
    /**
    * Archives template
    *
    * @package Receptar
    * @copyright 2015 WebMan – Oliver Juhas
    *
    * @since 1.0
    * @version 1.3
    */
    get_header();
    ?>
    <section class=”archives-listing”>
    <header class=”page-header”>
    <?php
    the_archive_title( ‘<h1 class=”page-title”>’, receptar_paginated_suffix( ‘small’ ) . ‘</h1>’ );
    the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ );
    ?>
    </header>
    <?php get_template_part( ‘template-parts/loop’, ‘archive’ ); ?>
    </section>
    <?php
    get_footer();

    As always, thanks for any help you can give. I think this will be my last query for a while!

    Gareth

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘'Kategorien' title in listings’ is closed to new replies.