• Resolved stajan

    (@stajan)


    Dear Author,

    The print view shows the title twice. Can you help us to only show one title?

    Kind regards,
    Maxim

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The Print view is using the HTML page’s <title> content here. If you look at the source code of the page (using the browser’s “View Source” feature), you will that this exists twice:

    <title>Coppers: compositions, uses and properties - wrought and unwrought</title>
    <title>Coppers: compositions, uses and properties - wrought and unwrought</title>

    To fix this, you should check your theme’s “header.php” file, which probably has the line

    <title><?php the_title; ?></title>
    

    or similar twice.

    Regards,
    Tobias

    Thread Starter stajan

    (@stajan)

    Dear @tobiasbg,

    Thank you, this was indeed the case. Thank you very much!

    Kind regards,
    Maxim

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Print view: double title’ is closed to new replies.