melchisedech333 / wordpress-template

:gem: Base template for creating WordPress themes. With it, it is possible to have control of the main areas, such as the display of the home page, blog posts, pages and comments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool





Language: PT-BR

This project is a base structure to create Wordpress themes.


Description of the files in the theme directory:

  • style.css: information about the theme (they will appear in the Dashboard theme manager).
  • functions.php: theme settings.
  • header.php: title, meta tags, libraries and the like.
  • footer.php: libraries loaded at the bottom of the page, and the like.
  • index.php: home display control.
  • page.php: page display control.
  • single.php: post display control.
  • comments.php: comment display control.
  • 404.php: non-existing page error.
  • sidebar.php: control of the things that appear in the sidebar.
  • searchform.php: search field control.
  • screenshot.png: thumbnail of the image that will appear in the themes administration area in the Wordpress Dashboard.

Directories:

  • theme/css: theme CSS files.
  • theme/js: theme JS files.

If my code has helped you, please consider sponsoring me ๐Ÿ’™


๐Ÿ˜ƒ Author

Sponsor: melchisedech333
Twitter: Melchisedech333
LinkedIn: Melchisedech Rex
Blog: melchisedech333.github.io


๐Ÿ“œ License

BSD-3-Clause license



Remember to give me
a beautiful little star ๐Ÿคฉ

About

:gem: Base template for creating WordPress themes. With it, it is possible to have control of the main areas, such as the display of the home page, blog posts, pages and comments.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 96.0%Language:CSS 2.8%Language:JavaScript 1.2%