When I first go on the site, the header text is a good size, and easy to read. If I click on the text, it goes much smaller and is impossible to read. Is there any way to keep the size of the text the same whether you click on the link or not? I put the text in to identify the church, it simply reads St Agnes RC Church West Kirby
]]>Obviously there is no support for this theme.
]]>The slider highlights the latest 5 posts. However those posts are also listed under the slider making the front page very redundant. Is there a way to make the posts shown under the slider not include those shown in the slider?
Furthermore can the post categories be selected?
Hi,
Social buttons on header is blank, cant see the icons. Should I install any icons pack with this theme?
Thank you,
Hello,
I want to change the next and previous post button, but I’m not familiar with php code.
I found the code part which concern the next and previous button but I don’t know how to modify it. What I want is that the next and previous button only show the posts which are in the same category as the post you were reading.
Thanks for your help!
// Previous/next post navigation.
the_post_navigation(
array(
'next_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Next Post', 'innovatory' ) . '</span> ' .
'<span class="screen-reader-text">' . __( 'Next post:', 'innovatory' ) . '</span> <br/>' .
'<span class="post-title">%title</span>',
'prev_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Previous Post', 'innovatory' ) . '</span> ' .
'<span class="screen-reader-text">' . __( 'Previous post:', 'innovatory' ) . '</span> <br/>' .
'<span class="post-title">%title</span>',
)
);
]]>