Skip to content

style55/Titan-Framework

 
 

Repository files navigation

Titan Framework

WordPress WordPress plugin Build Status

Built with Gulp

The easiest to use WordPress options framework.

Titan Framework allows theme and plugin developers to create admin pages, options, meta boxes, and theme customizer options with just a few simple lines of code.

Get it in the WordPress plugin repo

Generate your own Underscores + Titan Framework based WordPress theme

Features

  • Makes development unbelievably easy
  • Built with optimization in mind
  • Does NOT clutter the database
  • Integrates with your project seamlessly
  • Theme customizer live preview integration
  • Supports child themes
  • Automatic CSS generation with SCSS support

Installing

  1. You can install the latest stable release from the wordpress.org plugin page straight from your WordPress plugin page;

  2. Or you can download the master.zip file then install it as a WordPress plugin;

  3. Alternatively, you can also install it via Composer into your wp-content/plugin folder:

curl -sS https://getcomposer.org/installer | php
php composer.phar create-project gambitph/titan-framework titan-framework

Recent Changelog

Version 1.8

  • Added two new Meta options; Gallery and Separator. Functionality provided by @tojibon Gallery is the multiple version of uploads while separator is, well, you know what that is.
  • Changed schema part of Google Fonts API url, so it can be used on http and https sites without "Blocking non https content" issues in browsers; fix provided by @nemke.
  • Fixes an error that occurs when array value is no present but option is set, fix provided by @ahansson89

Version 1.7.6

  • The Note option can now be placed in the Customizer
  • Prefixing a select value with ! now displays the drop down value as disabled
  • Added new argument panel_desc for panel descriptions
  • Updated & namespaced EDD updater files
  • Fixed bug where options with the value 0 were not properly returned
  • Fixed bug where double descriptions showed up in the Customizer
  • Minor XSS security fixes, shouldn't be affected really, but it's better to be safe

Version 1.7.5

  • Added hidden parameter for all options
  • Fixed 4.1 display issues with the upload option
  • Fixed an undefined notice that sometimes appears

Version 1.7.4

  • Faster SCSS parsing
  • Faster loading time
  • Unit parameter for number options now supported in the Theme Customizer
  • Better font color option handling in Theme Customizer
  • Now prevents SCSS errors from showing up
  • Fixed name label issues with the enable option
  • Better plugin checking method
  • Plugin checker now integrates with TGM Plugin Activation
  • Updated Ace

Version 1.7.3

  • Fixed bug introduced in 1.7.2 where admin options sometimes were not being saved

Creating a WordPress Theme?

Generate your own Underscores + Titan Framework based WordPress theme

Getting Started With Titan Framework

Titan Framework aims to be easily used by everyone. The goal is to make it plug and play - just activate the plugin and start creating your options.

Read our guide on how to get started with Titan Framework

Donate to the Development

If Titan Framework has helped you in any way, we would appreciate any amount of donations that you give us. Donations would mean more development time for the framework as I am continuously developing it during my free time.

Donate

Help Spread the Word on Titan Framework

Titan is super new, so far the framework has been getting good feedback from the community. Help out and spread the word by starring this repo, sending tweets, writing blog posts about what you think about Titan, and review the plugin in the WordPress plugin repo.

Are You Using Titan Framework in Your Project?

Let us know so we can showcase it in the site! Send me an email at bf.intal@gambit.ph, send the name, a screenshot, a link and a short description of your project.

Contributing, Pull Requests Are Very Welcome

Have an idea for a cool option, or do you have a bug fix you want to implement? Please don't hessitate to place a PR (Pull Request).

PRs on these are welcome:

  • Bug fixes
  • Cool new options
  • Cool new hooks
  • WordPress standardization
  • Code optimizations
  • Anything under the sun as long as it's helpful :)

Packaging

Code cleanup can be performed by Composer with:

php composer.phar archive --format=zip

Translations

We want Titan Framework to be used by everyone, and since not everyone speaks or reads english, we would appreciate it if you can help translate the framework to your language.

Current Translations

  • French (thanks @PunKeel)
  • German (thanks @jascha)
  • Italian (thanks @DavideVogliotti & Giuseppe Pignataro)
  • Portuguese (thanks @pagelab)
  • Spanish (thanks @maperezotero)
  • Turkish (thanks @gurkankara)

Important Links

About

The easiest to use WordPress option framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.2%
  • JavaScript 5.5%
  • CSS 3.9%
  • Shell 0.4%