Hi, How to remove the navigation next posts and previous posts on every page and show the page heading instead. I have a screenshoot of what i wants. Thanks
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page_navi_bg #crumbs { display: none; }
Hi Gourav, The Code doesn't work. The navigation is still there. Is there any way i can directly remove in the code? Thanks.
Hello Fcrecca, Go to the page.php file present in your theme directory and remove the code given below from that file as shown in the image given below. Code: <div class="page_navi"> <?php if (function_exists('inkthemes_breadcrumbs')) inkthemes_breadcrumbs(); ?> </div> for the reference see the image given below Similarly, do the above steps with the template-contact.php, template-fullwidth.php and template-gallery.php files present in your Theme Directory. This will solve your issue.