HELP: How to use my custom made website on WordPress?

[ad_1]

I’ve built my own website with my own html, css and js scripts. Now I need WordPress for using the payment gateway plugins of wordpress. That’s why I need WordPress for. How can I upload my html css and js scripts to wordpress? I dont wanna use the prebuilt website in WP. Please suggest.

[ad_2]
1 Comment
  1. Maybe you can try uploading your existing HTML, CSS, and JS files to a subdirectory within your WordPress directory, then create a new WordPress page and embed the subdirectory using an iframe element, something like this:

    <iframe src=”yourwebsite.com/custom/index.html” width=”100%” height=”100%”></iframe>

    And then configure your payment gateway plugins within the WordPress admin panel.
    This approach would keep your existing website design and allow you to use WordPress payment gateway plugins, BUT managing content and design updates might require switching between your custom files and WordPress. Also, Iframe embedding can have limitations with SEO and user experience, I am afraid.

    OR you can “convert” your HTML files to WordPress template, meaning you would rebuild your site in WordPress, e.g. you could use some multipurpose themes with many starter templates (e.g. OceanWP) and use Gutenberg/blocks or page builders (we use Elementor and WPBakery, but there are others you can try as well) to customize a template you chose.However, this approach requires more technical knowledge of WordPress development, and you might be needing more time to do it, considering your level of WP knowledge at the moment.

    PS I saw some plugins in the past that can help convert static HTML websites to WordPress, but I wouldn’t count on them too much.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer