Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

how to get header & footer from wordpress to vanilla forum?

edited June 2012 in Questions

is there an relative easy way to pull header & footer from WordPress to our vanilla forum?

Answers

  • this would be very interesting to know

  • Well, you can always use the embedded version of Vanilla.

  • x00x00 Don't PM about development, I'm not currently taking on clients MVP

    It is not trivial becuase every styling you do would have a knock on effect. Vanilla needed to load its own headers to work, you can just crow bar in header an footers, wishful thinking.

    Also force loading wordpress produces terrible performance, the best thing to do is emulate the the style you want and replicate the header and footer, as halfcat said you can use the embed api, which uses an iframe.

    Don't PM about development, I'm not currently taking on clients.

    grep is your friend.

  • kasperisagerkasperisager Interwebs Monkey & Professed Cowboy Coder MVP
    edited February 26

    What I've personally done God knows how many times now is copy/paste the produced Wordpress source into my Vanilla master view and then include all required CSS and JS files through theme hooks. Was also so lucky as to get a client who's using Sitecore - the client just sent a link to an XML feed containing all required assets (scripts, styles, headers and footers) and I could easily pull them into the theme using SimpleXML. Wordpress could definitely use a feature like that!

    Kasper Kronborg Isager | Full-time interwebs monkey working @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me at Github

  • x00x00 Don't PM about development, I'm not currently taking on clients MVP
    edited February 26

    you should ideally name space to prevent mixup.

    @kasperisager is a style whizz, so it, not a problem, but warn people don't just think that including files will magically turn out ok.

    Don't PM about development, I'm not currently taking on clients.

    grep is your friend.

    kasperisager422
  • 422422 Developer MVP

    ^ aint that the truth.

    422 Real Estate Australia , now open Check it out

  • Or you code use Pockets Plugin, find out the locations of CSS, and other files and just HTML drop in there. Like I have done but my website is not wordpress its custom HTML, JS

Sign In or Register to comment.