- This topic has 3 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Hyperlink
Hello,
where I can change hyperlink under button “Older entries” ? Theme SKT White Pro.
Best Regards
Hi Tomasz,
Kindly go to custom-function.php and find “Older entries” and change the link from there.
Regards,
Dave
Hello,
I founded “older entries” but unfortunately nowhere I can’t change link. Below I paste part of my code:
”
$postoutput .= ‘<div class=”post-nav”>’;
$postoutput .= ‘<div class=”next-page”>’ . get_next_posts_link( “Older Entries»”, 3 ) . ‘</div>’;
$postoutput .= ‘</div>’;
“
Hi,
It should be like this
$postoutput .= '<div class="next-page"><a href="http://google.com">Older Entries</a></div>';
Regards,
Dave
Are you looking for the best WordPress SEO plugins for your WordPress websites? If yes, you have landed on the right page. This post talks […]
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
Do you want to migrate your Weebly account to WordPress but are afraid of the long technical process? Here are the multiple solutions. Though transferring […]