Hi Ian. Not sure what you mean by “drop down” but you can hide them using this css in a child theme style.css file or a plugin like Simple Custom CSS.:
.sidebar .post-nav {
display: none;
}
Hi Bdbrown,
This didn’t work at my end in hiding the next/previous story.
Can you assist?
Thanks.
Hi Bdbrown,
Thanks for that. I’m much of a newby with WP and thinking about css brings me out in a sweat but I’ll have a go when I muster up courage. I see it didn’t work out for santebarleyreviewhq but maybe we are on different updates???
By drop down I meant to infer dropping the next/previous down the side bar away from top if that was an easy alternative.
Cheers, Ian
@ santebarleyreviewhq. It doesn’t work because you’re missing closing brackets on these two styles:
/* ---------------------------------------------------------------- *
* set image containers for larger width
/* ---------------------------------------------------------------- */
post-standard .post-inner {
padding-left: 310px;
.post-standard .post-thumbnail {
margin-left: -310px;
max-width: 300px;
I’m guessing the above is relevant to another string. Thanks again.
@ianbond – I forgot that there is also a theme option to control this. Theme Options > Blog > Single – Post Navigation.