kmgkmg
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Best Practices Editing Bootstrap Theme in WordPress?Quick question @threadi
I have a good idea how the website was edited. Looks like a WordPress page was made using the dashboard, then he uploaded a template with the custom code, and selected it in the standard WordPress editor.
How I plan to make more pages:
I will use WP File Manager plugin to duplicate a template.
Edit the template name by editing inside the file.
Make a new page in WordPress dashboard.
Select the new template file for the new WordPress page.
Copy paste html elements from other template files till I get a similar page to what is required of me.
Write in new content & links.
Then finish up by doing small fine adjustments (colors, borders, etc.).
Publish.Is this good? My only problem is that I don’t see how I can get a live preview of the code editing I will be doing. I currently have to change some code, save, reload, and repeat. Is there a smoother way?
Forum: Developing with WordPress
In reply to: Best Practices Editing Bootstrap Theme in WordPress?@threadi Thankyou I will check that out.
I was thinking of making the 2 new pages by copy pasting these inner-template files and adding relevant information.
Would you recommend I first make a page on the pages screen, then go find the theme file and edit there? Or will copy pasting a inner-template file automatically make a new page?
Forum: Developing with WordPress
In reply to: Best Practices Editing Bootstrap Theme in WordPress?