• Resolved oblanda004

    (@oblanda004)


    I would like to know how to remove link from date and autor page under the post title. Text can be there but without link in that text.
    And can I change tekst Leave a comment and how to do that?
    Thanks for help and sorry for my tarzanian english

Viewing 1 replies (of 1 total)
  • Theme Author heatmap

    (@stuartwider)

    There’s easy buttons in the pro version which just switch the date and the author off, but if you want to manually remove it just look through the theme templates (index.php, single.php etc) for
    add_action('heatmapthemead_blog_posts_hook', 'heatmapthemead_article_meta');
    and remove it.

    The leave a comment text can be found in comments.php,
    and in /inc/theme-tags.php
    in function heatmapthemead_posted_on()

    If you are changing it for translation then you should probably do that using the codestyling localisation plugin available on the plugins directory rather than editing it directly.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove date and autor link under post title’ is closed to new replies.