Theme form scratch (from existing site)
-
Hi all,
I built a website from scratch using plain CSS, HTML and PHP. All pages are stored in a database and the menu is generated dynamically using that database, as are the pages.
I built a CMS, but this is a complete disaster, as is my PHP code.
I never really used WordPress, but now it may be the best solution to solve my problems.
First I will describe my demands, to make things clear. Then my actual question.
It is a website to showcase a company and some of it realised products. This site has a homepage, contactpage, 4 product-categories (these are somewhat static, and don’t necessarily need to be in the database, but they can be. As they are now.)
The website is currently built up from small PHP-files that load in the data (text / image-names / title / category / etc.) from the database, which are parsed and shown in HTML.
The menu is a dropdown menu (Except the home / contact page). This dropdown-menu shows all pages within this category.
The website has a CMS where the admin needs to add pages. Here it chooses the category it should be in, a title, description of the project, and some images (with an optional title // description per image).
Now my question is the following:
I made the design from scratch using CSS (LESS actually, but that doesn’t matter). How does WordPress work? Can I just use this CSS for my new WordPress site, or does it use something like XML?
Also, are the current functionalities of my site possible in WordPress (in whatever way, as long as it looks 99% the same).
Thanks in advance. If you need any more information, please let me know.
Jeroen
- The topic ‘Theme form scratch (from existing site)’ is closed to new replies.