How create my own wordpress theme for free?

Marco69

Elite Member
Joined
Jan 30, 2022
Messages
4,073
Reaction score
680
Hi people !

Free tools how I can create my own wordpress theme?
The free gutenberg blocks or theme editors not tweaking the source files (css,php) only the page layout.

Going further....tweaking / customize blank wp theme so that it looks as a theme I created (programmed) myself.
In many free or premium wp themes in css sources and php files , there are many links to external sources, to automattic, authors, whatsoever.

How tweak a blank theme and remove all these external links in php and css- is there a free code batch tool or something?
It only should have links to my website, my other websites, my social media profiles, not to other authors, automattic or elsewhere.
As example; the naked wordpress blank theme looks clean in css and functions.php.

Thanks and have a nice day!
 
Last edited:
You have to learn all this. You can learn on YouTube or udemy. Free tutorials are unorganised but you will have to compromise something as you want free.
 
If you´re asking this then I am going to assume you don´t have any knowledge and experience as a web developer. Meaning, you don´t have any knowledge in HTML, CSS, JS; and PHP, is this correct?

If so, why would you want to go through all the trouble to build your own theme?

The closest you´ll ever be to this without having to write thousands of lines of code is with Oxygen or Breakdance.
 
If you want to make a job in this, then only learn. Otherwise for personal use, you can buy theme for cheap.
 
Take any existing GPL theme as a base, modify it and you'll get your own WordPress theme for free ;)
 
CyberSeo: I know this...

but how strip out all external links in the css and php files....?
Why should I build backlinks for my own work to other big companies?
 
CyberSeo: I know this...

but how strip out all external links in the css and php files....?
Why should I build backlinks for my own work to other big companies?
Just remove them from the source code. It that's a GPL product, you are free to modify it as you wish.
 
yes remove them , slowly by hand, poco a poco..........a full day task.
is there not a tool who find these external links and remove them in one task ?

Happy sunday
 
Back
Top