Title: bantam75's Replies | WordPress.org

---

# bantam75

  [  ](https://wordpress.org/support/users/bantam75/)

 *   [Profile](https://wordpress.org/support/users/bantam75/)
 *   [Topics Started](https://wordpress.org/support/users/bantam75/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bantam75/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bantam75/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bantam75/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bantam75/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bantam75/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Stop Title from Displaying](https://wordpress.org/support/topic/stop-title-from-displaying/)
 *  Thread Starter [bantam75](https://wordpress.org/support/users/bantam75/)
 * (@bantam75)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/stop-title-from-displaying/#post-9246134)
 * That’s brilliant, thanks Liam it works a charm – I’m just looking through the
   source code though to see how you’ve figured it out, some are obvious like button
   but others like .entry-head (which I can’t even locate with the find tool and#
   layla-featured-post (which I took and and put back again but didn’t see any difference)–
   so, I’m asking as a novice, how do you know exactly what to look for?
 * The following is the code for the footer:
 *     ```
       <?php
       /**
        * The template for displaying the footer.
        *
        * Contains the closing of the #content div and all content after.
        *
        * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
        *
        * @package Layla
        */
       ?>
   
       </div><!-- #content -->
   
       <footer id="colophon" class="site-footer" role="contentinfo">
   
          <?php do_action( 'layla_footer' ); ?>
   
       </footer><!-- #colophon -->
       </div><!-- #page -->
       <?php wp_footer(); ?>
       </body>
       </html>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Stop Title from Displaying](https://wordpress.org/support/topic/stop-title-from-displaying/)
 *  Thread Starter [bantam75](https://wordpress.org/support/users/bantam75/)
 * (@bantam75)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/stop-title-from-displaying/#post-9242222)
 * Thanks Liam.
 * The site is graftco.co.uk. You’ll notice it’s incomplete as I only started yesterday
   and I got caught up trying to sort out the issues I mentioned.
 * 1. Can’t get rid of the front page title.
 * 2. I can’t remove the buttons – I only wanted one page initially but as I couldn’t
   remove the buttons, I created a page for the sake of the buttons, which I don’t
   mind keeping now but still there’s a button in the header that doesn’t link to
   anything (so I put ‘scroll down’ as the text) which I wouldn’t mind getting rid
   of.
 * 3. I can’t remove the signature of the people who created the theme from the 
   footer.
 * Your help would be greatly appreciated.
 * Andy

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