• Resolved DoYouThinkYouKnowMe

    (@alihsan)


    Hi.

    Is there a way to disabling the author in the settings so it doesn’t show in the front end.

    I know you can make is disappear through css and editing the plugin.

    Just wondering if there is an easier way that I don’t have to do it manually?

Viewing 3 replies - 1 through 3 (of 3 total)
  • FahimMurshed

    (@fahimmurshed)

    Hi,

    Thanks that you know how to hide by CSS but there is no option to disable by plugin setting page.

    Have to do it manually or modify the “wpcftemplate” template file.

    Thanks.

    Thread Starter DoYouThinkYouKnowMe

    (@alihsan)

    Could you give me steps how to do that?

    FahimMurshed

    (@fahimmurshed)

    Sure, please check this file: /wp-content/plugins/wp-crowdfunding/wpcftemplate/woocommerce/basic/include/author.php

    Remove this:

    <p class="wpneo-author-info">
        <?php _e('by','wp-crowdfunding'); ?>
        <a href="javascript:;" data-author="<?php echo $post->post_author; ?>" class="wpneo-fund-modal-btn"><?php echo wpcf_function()->get_author_name(); ?></a>
    </p>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabling Author’ is closed to new replies.