To insert code use <code>...</code>.
Footers only on homepage and/or certain pages?
  • Is this possible?

    Since I am using *Better RSS Widget* plugin to display RSS feeds in the homepage footer area, I don't mind typing in the html code for the rss widget in the homepage body, but not sure where to get it from.

    I would also like to be able to enable/disable footer on individual pages. It would be great to have this feature! :)

    Thanks
    Faisal
  • 7 Comments sorted by
  • Hi,

    Just insert the better rss shortcode into a textwidget....?

    or drop the better rss widget in the footer area?

    I do not understand the question.

    Best regards,
    BackuPs
  • Is it possible to enable/disable footers on individual pages? Synonymous to selecting the page layout on each page (enabling/disabling the sidebar).
  • Hi,

    This is not a feature Striking supports natively, and you will have to look to 3rd party resources in order to see if this ability exists.

    Best regards,
    BackuPs
  • It did. Thanks for your suggestion!

    One additional question; is it possible to selectively enable/disable footer or sub-footer on each page?
  • And I looked at the other thread above, where you had asked for unique footer content for each page. Were you able to figure this out? It would be a great addition to this template if each page had the option to customize footer/subfooter content.
  • No, i was not able to figure this out.

    This is not a feature Striking supports natively, and you will have to look to 3rd party resources in order to see if this ability exists.

    sorry about that.

    as for turning of the footer. you could try this.


    .page-id-1 #footer {
    display:none;
    }



    you need to replace the id with the correct page id of the page concerned.

    Best regards,
    BackuPs