Undesirable Link on Homepage on Blogger

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Undesirable Link on Homepage on Blogger



I have a link on my homepage which did not exist before. How can I delete or hide this link?



Blog: http://www.ahmetvarlik.com/



The url the link goes: http://www.ahmetvarlik.com/search?updated-max=2000-02-01T23:29:00-08:00&max-results=24



Image



Note1: I used this code to hide "label" links like this on my "product designs" and "models and objects" pages:


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





Note2: This code is hiding all older-newer links, but I do not know how to apply this code just for homepage:(


#blog-pager {
display: none;
}




1 Answer
1


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






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Makefile test if variable is not empty

Will Oldham

'Series' object is not callable Error / Statsmodels illegal variable name