• Resolved vicariousOGT

    (@vicariousogt)


    On two of my pages I am missing the Previous and Next links. Whenever I try to add code it always instead of showing the rest of the post in the categories it shows the previous page.

    For example I have two pages: WATCHLISTS and VIDEOS. Whenever Im on the VIDEOS page its missing the Previous Post link. Whenever I add any form of code it adds the link but it takes me WATCHLIST. I have 17 videos and when your on VIDEOS I have 5 showing. How do i add Previous Link to show the other videos.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you provide a URL to the site in question?

    Thread Starter vicariousOGT

    (@vicariousogt)

    It the Videos page an actual page (not post) that you setup in WordPress? If so, this is the normal behavior and something you cannot change.

    However, if you redirect to the Videos category (https://www.thestockgarage.com/category/videos/) you can then navigate through your list of videos. If your theme has the custom menu option (Appearance->Menus) then you should be able to modify the link up at the top of your theme to point to the Videos category.

    Thread Starter vicariousOGT

    (@vicariousogt)

    Will this work from now on. I found source code and replaced the link to the /category/videos. If so THANK YOU again sir. Been trying for two days..

    <div id="nav-below" class="navigation">
    					<div class="nav-previous"><a href="https://www.thestockgarage.com/category/watchlist/page/2/"><span class="meta-nav">←</span> Older posts</a></div>
    					<div class="nav-next"></div>
    				</div><!-- #nav-below -->
    
    			</div><!-- #content -->
    		</div><!-- #content-container -->

    Should work from now on, yes ??

    Thread Starter vicariousOGT

    (@vicariousogt)

    thank you man appreciate it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Next Links and Previous links’ is closed to new replies.