• We want to be able to create a our own unique theme, with our logo, a layout, and a color scheme of our choice. Is this possible with WordPress? If so, is there info available to tell us how to do so? How do we create it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Some blank templates here

    Choose your layout and start fiddling! Apologies if this has double posted, replies seem to go missing on these forums only to turn up hours later.

    Just go to your /themes folder copy and paste the DEFAULT folder, then rename it to the name you want “my_theme”, and go to the file called “styles.css” open it, and change the info in the header:

    Theme Name: My Theme. (Showed at your theme selector)
    Theme URI: https://www.my_webpage.com
    Description: This is the Theme for My WebPage.
    Version: 1.0
    Author: Your name?
    Author URI: https://www.my_webpage.com

    After that, start modifying your code.

    Ho, and if you want to change the “image preview” at the theme selector just edit the file called “screenshot.png”.

    Cheerz!,
    Hope this can help!,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to create new template.’ is closed to new replies.