In my case this was the solution:
<?php if (is_front_page() && is_paged()) : ?>
<html code here>
<?php endif; ?>
Thanks for the assistance.
-
This reply was modified 9 years, 6 months ago by pimsteek.
You could use the following CSS rule:
border: 1px solid black;