← All projects

ci-theme

by @bkader

Archived 20

UPDATED: Now themes are independent from application with the use of Actions and Filters :D .. The branch WP-Like is not available for public usage but you may contact me if you want a copy of it.

About this project

CodeIgniter Theme Library There are plenty of CodeIgniter template library. I tried most of them and I must say that they rock. Though, I had to make my own that suits my needs and that may be easy to implement, easy to understand and easy to use. UPDATED (2018/01/14 @ 05:00 AM). I have added Event so themes would be able to enqueue their own CSS files, JS files an meta tags. They can even manipulate html and body classes. This is the first part of it, other things will be added later. You register as many events as you want as long as you trigger them in the library. To see how it's done, go the provided themes functions.php files (default and semantic) to see how it's done. Don't forget to take a look at master view files as well(default and semantic). UPDATED assetsurl() removed because it was kind of useless but the following methods were added: getthemeurl() themeurl() getthemepath() themepath() getuploadurl() uploadurl() getuploadpath() uploadpath() getcommonurl() commonurl() getcommonpath() commonpath() All methods with get will simply return the string while those without it will echo it. Example:

From the project README on GitHub

Stars
20
Forks
13
License
MIT
Last push
14 Jan 2018

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/ci-theme.svg)](https://www.madeinalgeria.dev/projects/ci-theme)

Related projects