Add text above the Portfolio page, between the title and the sorting button

Hello ThemeCo team,

I found some guidance about adding text above the portfolio page, and managed to do so with a child theme. However, I seek to have the text between the page title and the sorting button: cf. capture attached.

Could you please direct me to how to change the code of the file for that please?
Please find the code of the <template-layout-portfolio.php> file in the post below.

Many thanks.


<?php

// =============================================================================
// VIEWS/INTEGRITY/TEMPLATE-LAYOUT-PORTFOLIO.PHP
// -----------------------------------------------------------------------------
// Portfolio page output for Integrity.
// =============================================================================

?>

<?php get_header(); ?>

  
<?php if ( have_posts() ) { while ( have_posts() ) { the_post(); the_content(); } // end while } // end if ?> <?php x_get_view( 'global', '_portfolio' ); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>

Hi @DigitalTrustBuilders,

Thanks for reaching out.

The feature you are requesting will require customization and the file location you need to edit is the _content-post-header.php in the views integrity folder but it will also require some PHP coding that will only show on the portfolio page. Regretfully, customization is outside the scope of our theme support. You may seek 3rd party developers to help you with your problems or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

Thanks Mark, I respect that, and I have indeed read that ThemeX support does not include customisation.

We will will postpone customisation works for now until the website is sufficiently advanced and on its feet.

Thanks for sharing the opportunity to having customisation works done with an extra service from ThemeCo.

This matter is therefore resolved here.

Glad that we could be of help.

Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.