codestar-framework
codestar-framework copied to clipboard
A Simple and Lightweight WordPress Option Framework for Themes and Plugins
Can I display a list of posts in a category in Ajax when I use the select type? `array( 'id' => blog', 'title' => __( 'Category', 'csf' ), 'type' =>...
The code that "detects" if the framework has been included in a plugin, or a theme doesn't properly detect the plugin path when WP's real path is different from the...
 When import data that time ID change server to server that's why need slug for showing proper data.
in typography field have some options to select font and can add font family by use this code: `if( ! function_exists( 'my_custom_font_family' ) ) { function my_custom_font_family( $fonts ) {...
How can I use latest version fontawesome icon ? because old version missing too much icon such as X (twitter).
Hi I have added the Persian language to this plugin, please accept this request :)
closes #193
CSF_Field_image_select can have a simple change, allowing a title for the so when the user hovers it, some text shows. ` echo '';` replace with ` echo '';`
I want to contribute something to the WordPress theme development community, especially for those using the wonderful Codestar framework that I am also using. With my changes, we can now...
otice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading omain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations...