简体   繁体   中英

Older Post Issue on Search Label Pages

When i open the "/search/label/" pages, it shows "older" (sonraki) tab on the right corner of the page that goes nowhere .

Like: http://www.ahmetvarlik.com/search/label/Maketler%20ve%20Objeler

Here what happens when i click the this button: http://www.ahmetvarlik.com/search/label/Maketler%20ve%20Objeler?updated-max=2000-02-01T23:49:00-08:00&max-results=20&start=20&by-date=false

İ just want to delete this "older" (sonraki) section on my pages. (not from posts).

Can you help me?

Add this code before </body> tag to hide blog pager on label pages

<b:if cond='data:view.isSearch'>
    <style>
        .blog-pager { display: none; }
    </style>
</b:if>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM