|

Update Navigation Link Strings on Single Portfolio Page

While using WP Portfolio with Astra theme you will see navigation links on a single portfolio page. These links will allow navigating to the next/previous single page portfolio.

Single Page Navigation Links 1021x1024

In case you need to alter this navigation link text use the following filter. Paste the filter code into the child theme’s functions.php file.

function astra_child_change_nav_links( $defaults )
{
if( 'astra-portfolio' === get_post_type() ) {
$defaults['string-single-navigation-next']     = __( 'My Next Custom Text', 'astra' ) . ' ';
$defaults['string-single-navigation-previous'] = ' ' . __( 'My Previous Custom Text', 'astra' );
}
return $defaults;
}
add_filter( 'astra_default_strings', 'astra_child_change_nav_links' );

Single Page Custom Navigation Links 1021x1024

Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

On this page
Scroll to Top
Now choose your preferred
page builder addon
Choose your preferred page builder addon