Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author BasePress

    (@codesavory)

    Hi Marco,

    since version 2.4.1 there is an option under Settings>Aspect called “Skip loading of header and footer”. This would skip both though.
    If you only want to skip the footer you could create an empty file called footer-basepress.php and place it in your theme’s folder.

    That should give you the same effect of removing the call and it should be the quickest solution.

    Alternatively you can customise BasePress theme as explained here:
    https://codesavory.com/knowledge-base/basepress/basepress-themes/customise-theme/
    and remove the call from the templates.

    I hope this helps!

    Thread Starter marcospreviato

    (@marcospreviato)

    Hi, thanks for reply, after create a file named footer-basepress.php in my theme folder basepress not loading anymore…

    Plugin Author BasePress

    (@codesavory)

    Hi Marcos,

    If you could tell me why you need to remove the get_footer call maybe we can see if what you want to achieve is possible.
    Removing the get_footer call means that the footer template from your theme is not called. That could easily break a site.

    Thanks

    Plugin Author BasePress

    (@codesavory)

    Hi,

    I have not received any reply on this for a few days so I’ll close the ticket.
    If you still need help you can always open a ticket from the plugin menu.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove getfooter in all pages of plugin’ is closed to new replies.