Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter WilliamJames

    (@williamjames)

    *It is possible the notifications can be sourced to the theme, ie the theme is drawing product pages as ‘posts’ – not sure ..

    Thread Starter WilliamJames

    (@williamjames)

    aha! *Resolved* The notifications WERE drawn from the theme default post settings :

    From ../single.php [within the theme directory]

    remove the lines:

    <p class=”author”>
    Posted by
    <?php if (trim(str_replace(“https://&#8221;,””,$curauth->user_url))) {
    the_author_link();
    } else {
    the_author_posts_link();
    } ?>
    on <?php the_time(‘F j, Y’); ?>
    </p>

    and also if prefer not to have ‘modified by’ and ‘Category’, remove:

    <p class=”author”>
    Last modified on <?php the_modified_time(‘F j, Y’); ?>
    </p>

    <p><b>Categories:</b> <?php the_category(‘, ‘) ?>
    <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></p>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: TheCartPress eCommerce Shopping Cart] Removing #Posted by Admin# from Product Pages’ is closed to new replies.