Skip to content

A collection of code snippets for creating WordPress themes and plugins from scratch without reinventing the wheel

License

Notifications You must be signed in to change notification settings

paulshryock/Brimbly

Repository files navigation

Brimbly

Start WordPress from scratch without reinventing the wheel

Quick Start

Download or clone this repo.

$ git clone https://github.com/paulshryock/Brimbly Brimbly

WordPress Theme Functions

The main functions.php file loads the following functions from the following files:

  • functions/theme-setup.php
    • Add Theme Support
  • functions/dependencies-and-meta.php
    • Add stylesheets and scripts
    • Add async attribute
    • Remove query string from static resources
    • Remove Emojicons
    • Update body_class
  • functions/login-page.php
    • Update login CSS and JavaScript
    • Update Login H1 title
    • Update Login H1 title hyperlink URL
  • functions/admin.php
    • Update Admin CSS and JavaScript
  • functions/menus.php
    • Register navigation menus
  • functions/template-tags.php
    • Echo a template tag
  • functions/image-sizes.php
    • Update default image sizes
    • Add custom image sizes
    • Add custom image size names for use in Add Media modal
  • functions/posts.php
    • Update excerpt length
    • Update Read More link markup
    • Update More excerpt
    • Add lead class to first paragraph
  • functions/widgets.php
    • Remove widget titles
    • Register widget area(s)

Roadmap

  • Add wp-config.php
  • Add .htaccess
  • Add index.php
  • Add any other usual server configuration

Contributing

If you'd like to contribute, please read the Code of Conduct, then fork the repository and use a feature branch. Pull requests are welcome.

Your First Contribution

Working on your first Pull Request? You can learn how from this free series, How to Contribute to an Open Source Project on GitHub.

Links

Licensing

The code in this project is licensed under GNU General Public License v3.0.

About

A collection of code snippets for creating WordPress themes and plugins from scratch without reinventing the wheel

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published