• Hi guys,
    I’m using theme Twenty Sixteen. I noticed that content bottom 1 and content bottom 2 show everywhere except on the main blog feed page. Is there any way to force them to show there as well?
    Thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You are probably going to have to look in the code for the template. Footers are called with the wordpress function get_footer() and you pass the specific footer you want in that function for that specific template.

    https://developer.www.ads-software.com/reference/functions/get_footer/

    Thread Starter ssattler

    (@ssattler)

    Thanks Bob! Is that something I can change without changing the template code? Like with a custom CSS plugin maybe? I’d rather not mess with the template code…

    I can understand your hesitation in modifying template code. That being said, there are just some things that people have to actually write in code. I honestly don’t know of a plugin that allows you to set footers for a specific page but that doesn’t mean there isn’t one.

    There are plugins that will allow you to assign different widgets to the footer based on the page, but you would have to have a widgetized area in your footer for this to work. Again, in order to insert widgetized areas you will need some basic idea of PHP/HTML programming in order to modify your templates.

    Maybe someone else will have a better answer for you and I apologize for not having something more suitable for your programming skill level. Unfortunately, I am a programmer and my solutions to WordPress issues usually involve writing my own code instead of bloating my project with plugins.

    Thread Starter ssattler

    (@ssattler)

    I totally understand and I really appreciate you taking the time to explain this. For the moment I’ll make peace with not having them in the footer of the blog part of the website. Thanks again though!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘want to show content bottom 1 and content bottom 2 on blog page’ is closed to new replies.