-
Notifications
You must be signed in to change notification settings - Fork 480
Permalinks found on the footer of articles #647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
https://github.com/jquery/jquery-wp-content/blob/master/themes/learn.jquery.com/content-page.php#L31 @scottgonzalez I didn't do any serious wordpress work for years, do you have an idea how to change these to echo to the normal links? |
Hi @arthurvr @najela <?php echo $next_prev_arr['next']->guid; ?> we can use <?php echo get_page_link( $next_prev_arr['next']->ID ); ?> Also I will create PR in jquery/jquery-wp-content |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the logs here, http://jenkins.jquery.com/job/stage.learn.jquery.com/lastBuild/console,
The footer of articles such as http://stage.learn.jquery.com/code-organization/dont-repeat-yourself/ have links to other articles given by URLs such as http://stage.learn.jquery.com/?page_id=4729 instead of a URL's like http://stage.learn.jquery.com/code-organization/feature-browser-detection/
Is this intentional?
The text was updated successfully, but these errors were encountered: