Hyperlink

Home Forums All Other Themes Hyperlink

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31399
    TomaszTomasz
    Member
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: February 10, 2016

    Hello,

    where I can change hyperlink under button “Older entries” ? Theme SKT White Pro.

    Best Regards

    #31464
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30636
    • Total: 30636
    Member since: August 16, 2013

    Hi Tomasz,

    Kindly go to custom-function.php and find “Older entries” and change the link from there.

    Regards,
    Dave

    #32288
    TomaszTomasz
    Member
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: February 10, 2016

    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>’;

    #32348
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30636
    • Total: 30636
    Member since: August 16, 2013

    Hi,

    It should be like this

    $postoutput .= '<div class="next-page"><a href="http://google.com">Older Entries</a></div>';

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.