Open tpl_page_nosidebar.php
In line 32:
<div class="wp-pagenavi"><?php wp_link_pages('before=Pages: &pagelink=<span>'%'</span>'); ?></div>
replace with:
<div class="wp-pagenavi"><?php wp_link_pages('before=Pages: &pagelink=<span>%</span>'); ?></div>
So basically you are removing the ‘ before and after the % between the span tags.
I’m not sure if that is the actually fix but I removed them and the page displayed properly after.
gezginrocker thank you so much! Those buttons on my Theme Login page were really annoying me just knowing they were there! lol adding that line did it! I added it to the bottom and it work jut fine! thanks mucho!
I am trying to remove the Social Connect from my wp-login page. I followed the instructions above and pasted the code at the very bottom of the fuctions.php but it still appears. I’m stuck…is there another way to remove it from my theme login?