badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Adding tag list to single posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40518
    rbc.graphicdesign
    Participant

    Hi Guys,

    I am using the Interface theme and was wondering how I would go about display a posts relevant tags on the post page itself, as there is no singlepost.php or likewise I am not sure which template to use or whether there is another alternative.

    Any help appreciated.

    Thanks,

    Rory

    #40563

    Hi rbc.graphicdesign,

    Suppose if you have a tag name “holiday” and you like to display all holiday tag only in your blog. Then you can go to dashboard-> appearance -> menus -> add custom link
    View this Screenshot

    If you are taking about code customization then while customising the code create a child theme and then customize the code. So that while updating to new version your customized code will not be lost. The content for single.php is displayed from theme folder (interface)-> inc -> structure-> content-extension.php from line 264, you can find this code
    if ( ! function_exists( 'interface_theloop_for_single' ) ) :

    You can make code customisation over this function.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.