• Hi, i don’t know if i am at the right forum to ask this question but can somebody help if possible?

    I have an existing website made with html/css it’s all static with some jquery banner already and been running for months already, now the client wanted to manage the website to themselves, since they don’t know anything with html, i plan to use wordpress, i could include another page for blog or news and some divs on the frontpage for image banners and news updates. Is this possible for wordpress to manage selective page and divs? and leave all the existing design and articles, so i wouldnt have to recode everything again. thanks a lot in advance.

Viewing 1 replies (of 1 total)
  • popper

    (@julialasarte)

    Managing selective pages and divs is not something wordpress is designed for, but it can work. I’ve done something similar myself. What you can do is include() the necessary wordpress files and then query the posts yourself, and insert them wherever you want. Other option, which I’ve used for functions like search, etc, is simply to install wp in a another directory/place and just do a bunch of ajax calls. It’s definitely not the best solution, but it’ll get the job done.

Viewing 1 replies (of 1 total)
  • The topic ‘Add wordpress to backend?’ is closed to new replies.