Skip to content

sahilrajput03/learn-wordpress-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress Development

Usage

docker compose up
docker compose down

❤️ Adding custom css and custom js with Code Splitting in codebase directly

  • Useful File Links for easier access in VS Code:
    • PHP Code file: file://./wordpress/wp-content/themes/twentytwentyfive/functions.php
      • We link custom css and custom js file in the end of above file.
    • Custom css file: file://./wordpress/wp-content/themes/twentytwentyfive/css/custom.css
    • Custom js file: file://./wordpress/wp-content/themes/twentytwentyfive/js/custom.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors