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
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!