I would like to know how I can remove the titles from my pages from displaying. Ive attached a screenshot and you will see the titles... The title for the page is Module 2 – Social Media I would like to know where I can go to remove both of them.
Hi Taurea, Please follow the screenshot given below. For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. Regards! Praveen InkThemes.com
I cleared that out on page.php However I still see the header with gray background as well as page title. It now has <?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the wordpress construct of pages * and that other 'pages' on your wordpress site will use a * different template. * */ ?> <?php get_header(); ?> <div class="page_heading_container" <?php if (inkthemes_get_option('inkthemes_headbg') != '') { ?> style="background: url(<?php echo inkthemes_get_option('inkthemes_headbg'); ?>) no-repeat center;" <?php } else {} ?>> <div class="container_24"> <div class="grid_24"> </div> <!--Start Sidebar--> <?php get_sidebar(); ?> <!--End Sidebar--> </div> </div> </div> <div class="clear"></div> </div> </div> <?php get_footer(); ?>
Hi, We need to access your website in order to resolve the issue... As you used some plugins to restrict the users in your website... So, send us your website WordPress login details at [email protected] along with the thread link. We will try to fix your issue Regards! Praveen InkThemes.com