no footer just long list of pages [closed]
no footer just long list of pages [closed]
no footer just long list of pages [closed]
This can be achieved by adding two “group” blocks inside of the “Footer” block. You can then edit the “styles” of each group block to give them distinct background colors. Finally, to remove the space between the two groups, you need to change the Margin top of the lower group block to None. You may … Read more
If the page doesn’t exist, then get_page_by_title() returns null, which when passed into get_page_link() still returns a URL, which could conceivably redirect to the sample post. Check the value of get_page_by_title() is valid before using.
To add your custom menus (Footer 1 and Footer 2) to the footer in your WordPress site using the Cirkle Theme, especially when you have limited coding experience, you can follow these steps. Since the Cirkle Theme only has two menu locations by default (main and side), and you’ve disabled Elementor in favor of Gutenberg, … Read more
images map on website not working
Can’t edit the widgets sidebar or footer
footer doesn’t display
I am unable to remove “© 2022 My Blog | PopularFX Theme ” from footer [closed]
Footer option is missing in Customiser
You can do this by Using template page as well as custom fields. Let us say your custom fields value are 1 and 2 for header your conditions will be. if($header==1) { get_header(1); } else {get_header();} And similarly for footer it will be if($footer==1) { get_footer(1); } else { get_footer(); }