Show page title in search
-
I have created a child theme.
I hid the page title using the following code:
.page .entry-title {
position:absolute;
top:-9999px;
left:-9999px;
}However, the page title and link to content no longer shows in the search page.
I’ve read this link:
But it refers to 2012.
I’m not sure where to place the following code in 2013.
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php if(!is_page()): ?>
<header class=”entry-header”>
<h1 class=”entry-title”><?php the_title(); ?></h1>
</header>
<?php endif; ?>See: https://www.pacificwildseafood.com
Any assistance here would be greatly appreciated.
Many thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show page title in search’ is closed to new replies.