Remove bloggers automatic 'add URL' feature to menu items -
my blogger template (klarity) automatically adds domain name infront of link want add menu. example: want create link page 'about'. need create list item link pointing towards /about.html
.
this problem when want link menu item external domain. if want create link between menu item 'shop' , www.myshop.com cannot change href of link www.myshop.com because blogger adds domain name infront of it, making like: www.mydomain.com/www.myshop.com.
from understand blogger through following code: data:post.url
or similar. have looked kind of code , tried cutting out far have not managed rid of www.mydomain.com infront of every list item.
how can remove www.mydomain.com menu items? solution think of, if there others please suggest them!
so figured out problem, easy:
just change link looks this:
<a href="http://www.yourdomain.com">my domain</a>
make sure don't forget http, otherwise going errors (thats's mistake made)
Comments
Post a Comment