On a single/detail
Custom Post Page I would like to display a
custom nav of li's or divs in a sidebar that displays both title, excerpt and permalink for the next 3 posts within the
custom post series. So if we are on
custom post 3 then it would show 4, 5, 6 in the sidebar.
The closest I've found to this is :-=
global $post;
…