Remove Titles

Discussion in 'BlackWell-WordPress Business Theme.' started by taurea, Aug 8, 2015.

  1. taurea

    taurea New Member

    Joined:
    Jan 24, 2013
    Messages:
    3
    Likes Received:
    0
    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.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Taurea,

    Please follow the screenshot given below.
    Blackwell_remove_titles_from_page.png


    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
     
  3. taurea

    taurea New Member

    Joined:
    Jan 24, 2013
    Messages:
    3
    Likes Received:
    0
    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(); ?>
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    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
     

Share This Page