-
tejae
ParticipantHi! I’d like to keep my slider on the home page but would like to remove it on my blog page.
I changed the page attributes to “Landing Page” or “Blog, no sidebar” on the PAGE, but nothing changes, I still have the header/slider and the sidebar.
craigcoulter
ParticipantI had the same thing. Remove your posts page from being selected in Settings > Reading, that worked for me.
Daniel Tara
KeymasterIn index.php the second line should look like this:
<?php if( is_home() && ! is_paged() ) : ?>
Replace it with this:
<?php if( is_front_page() && ! is_paged() ) : ?>
joan w
Participantbrilliant this was exactly what i was looking for. thank you daniel π i have done these steps you posted here, and success π
thank you, joan
joan w
Participantseparate issue – but relates to the blog posts on a post page.
if i select – ‘numbered pagination’ – it shows all the numbers, but when i click on ‘2’ or ‘3’, nothing. it does not work for me at all. only stays on the first page.
all other Posts Navigation Labels available to select work fine. so i will pick them, just would have been nice to see how pages were there in total like in the numbered pagination.
thanks so much. joan
You must be logged in to reply to this topic.