Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 460 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 460 Bytes

wordpress-theme-tools

Usefull snippets to be used in a WordPress theme.

Copy what you need from the copy-to-functions.php file to your functions.php file. Copy the corresponding files from the inc folder to a inc folder in your theme folder.

If needed, copy the css files to you theme folder.

You can try copying the content of the included file directly to functions.php if require(...); causes any problems (eg. user can't log out).