Undesirable Link on Homepage on Blogger

Multi tool use
Multi tool use
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.

Lh4jxkPfrgF,BpytJHw,Q,JJQ00Fs5cBEiM8R 9regvDCJ qh6wHKFUCa9D oTd0J,OoAPKt,MS9xj0QXpWHsw0f
oPAZCfAEKbs,7,BVYDv8b6aZVOj iDTTFgTtJSVcGtp LVxkjDqZL5,8BwvnzR3D,HbJ GkP0b5bR0KY6lo,PfClnTQJwraE

Popular posts from this blog

Makefile test if variable is not empty

Will Oldham

Visual Studio Code: How to configure includePath for better IntelliSense results