• First off – I’m new at this, so apologies for my ignorance.

    I’m building a webshop with mystile and created a blog page using the blog template. However, when I create posts, only my avatar and the date shows up – no author name. From my searches today, I can see that I need to enter some code in the index.php (or maybe the blog.php?), however when trying this I’m really lost as to where it should be inserted.

    Is this the only way to solve my problem? Can anyone help me with specifics i.e. what is the exact code and where does it exactly need to be inserted in which php file?

    Many thanks,

    Travis

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter qualitysupplydk

    (@qualitysupplydk)

    A quick update,

    I was able to get the name to show up on the individual post by adding the following to “single.php”

    <?php echo get_the_author_link(); ?>

    The author name is however still not present on the main blog page nor is it on the archives page for the individual author. If anyone can help me with these two, it would be much appreciated.

    Have you asked WooThemes about this? These forums really only offer theme-specific help for themes from the repository on this site, so they’d be the best ones to help you with a theme issue.

    Thread Starter qualitysupplydk

    (@qualitysupplydk)

    No – it appears I have to buy something to ask support 🙂

    I’m sorry but as you are using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from wordpress.org here.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Mystile Theme – Author name missing from posts’ is closed to new replies.