jonathanccardoso / blog-wp

πŸš€ WordPress based theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog WP

πŸš€ WordPress based theme

Technologies   |    Project   |    How to contribute   |    License


πŸš€ Technologies

This project was developed with the following technologies:

πŸ’» Project

This is a project that serves as a guide for themes using wordpress in conjunction with bootstrap and other plugins, and serves as a basis for guiding styles and good practices to be used.

Structure

  πŸ“‚ /
  ❘  πŸ“‚ assets/
  ❘  ❘  πŸ“‚ css/
  ❘  ❘  πŸ“‚ fonts/
  ❘  ❘  πŸ“‚ images/
  ❘  ❘  πŸ“‚ includes/
  ❘  ❘  πŸ“‚ js/
  ❘  πŸ“ƒ achive.php
  ❘  πŸ“ƒ category.php
  ❘  πŸ“ƒ footer.php
  ❘  πŸ“ƒ functions.php
  ❘  πŸ“ƒ header.php
  ❘  πŸ“ƒ index.php
  ❘  πŸ“ƒ page.php
  ❘  πŸ“ƒ single.php
  ❘  πŸ“ƒ snippets.php
  ❘  πŸ“ƒ styles.css
  ❘  πŸ“ƒ tag.php
  ❘  πŸ“ƒ scripts.js
  • πŸ“ assets/: Bootstrap components and other external libraries.
  • πŸ“ƒ functions.php: File that gets the functions and settings of wordpress widgets and menu.
  • πŸ“ƒ page.php: File for the layout of registered pages.
  • πŸ“ƒ single.php: Layout of registered posts.
  • πŸ“ƒ snippets.php: List of commands used in function.php.
  • The file names are mostly self-explanatory.

πŸ€” How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: my new feature';
  • Push to your branch: git push origin my-feature.

After the merge of your pull request is done, you can delete your branch.

πŸ“ License

This project is under the GNU GENERAL PUBLIC license. See the [LICENSE] file (LICENSE.md) for more details.


References

WordPress: creating a Theme

WordPress: Theme using wordpress

About

πŸš€ WordPress based theme

License:GNU General Public License v3.0


Languages

Language:JavaScript 86.0%Language:PHP 13.0%Language:CSS 1.0%