Home Forums Basel support forum Removing Related Projects from Projects Page

Removing Related Projects from Projects Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3926

    nordlifeelina
    Participant

    I have set up a number of projects pages and I would like to remove the Related Projects section at the bottom of the page. how do I do that?

    #3937

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for using our theme and contacting our support center.

    You can disable related projects by removing the following code from the file single-portfolio.php. We also suggest you to override this file inside your child theme to prevent losing changes after theme update

    echo basel_generate_posts_slider(array(
    	'title' => esc_html__('Related Projects', 'basel'),
    	'slides_per_view' => 3,
    	'hide_pagination_control' => 'yes'
    ), $query); 

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)