• Resolved selcukca84

    (@selcukca84)


    I’m using Advanced Newspaper wp theme in my site. Under my posts (in home page and post pages) it is shown the author’s name, date and comment number (By admin on January 7, 2016 No Comment)
    I don’t want to have author name. What should I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Advanced Newspaper wp theme is a commercial theme, so to get the best results to get an answer towards what you are looking for is to contact their support:
    Support Link

    Thread Starter selcukca84

    (@selcukca84)

    I found the solution:
    In wp-content/themes/advanced-newspaper/framework/functions/misc-functions.php line 180 you have printf(esc_attr__(‘By %1$s on %2$s’,’gabfire’), $authorlink, $date); ?>

    Just delete “By %1$s” in order to hide author name. If you want to hide the date as well, you have to delete “on %2$s“.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Advanced Newspaper] Hide author name in posts’ is closed to new replies.