https://github.com/nathaliaveneziano/advanced-wordpress-theme-development
Criação de tema para Wordpress
https://github.com/nathaliaveneziano/advanced-wordpress-theme-development
bootstrap php wordpress wordpress-theme
Last synced: about 2 months ago
JSON representation
Criação de tema para Wordpress
- Host: GitHub
- URL: https://github.com/nathaliaveneziano/advanced-wordpress-theme-development
- Owner: nathaliaveneziano
- License: gpl-2.0
- Created: 2022-09-24T19:49:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T16:02:54.000Z (over 3 years ago)
- Last Synced: 2025-01-22T17:46:54.317Z (over 1 year ago)
- Topics: bootstrap, php, wordpress, wordpress-theme
- Language: PHP
- Homepage:
- Size: 795 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TO BE COVERED
- Build theme from scratch
- ESNext for JavaScript
- Babel
- Sass
- Webpack
- OOP
- Singleton
- PHP Classes
# FEATURES
- Registering Custom Menus
- Editing the Default WordPress Menus
- Registering CPTs, taxonomies
- Infinite Scroll
- Pagination
- Custom page templates
- Writing WP Queries
- Blog Page
- Archive
- Post Filters with load more
- Creating customizer options
- Working with user admin roles
- Creating Theme option page
- Using slick slider
- Creating Custom Widgets
- Adding Comment form
- Adding Related Posts
- Translation
- Making Ajax Requests
- Using WordPress REST API