• Resolved mubashirqasim

    (@mubashirqasim)


    Hi Alex,

    First of all thanks for proving excellent themes.

    I was just wondering if it is possible to replace category name on a post to Author’s name.

    For example where it shows:

    Change MUSIC31 OCT, 2013 to Author XYZ OCT, 2013

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi! Thank you.

    Try editing content.php/content-featured.php with a child theme and replace:

    
    <?php the_category(' / '); ?>
    

    With:

    
    <?php the_author_posts_link(); ?>
    

    The time format is set from WordPress admin in General > Date Format

Viewing 1 replies (of 1 total)
  • The topic ‘Change caterogry name to Author’s name in blog post list’ is closed to new replies.