bantam75
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stop Title from DisplayingThat’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
In reply to: Stop Title from DisplayingThanks 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