Faruk Garic
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [The Events Calendar] Missing field “eventAttendanceMode”Hey, I wrote an article about event changes in structured data. It also includes @pbosakov snippet for the Events calendar.
Forum: Plugins
In reply to: [Advanced Custom Fields - Location Field add-on] Multiple Locations?Yes man, i need same thing!
I have same problem!
Forum: Plugins
In reply to: [ReOrder Posts within Categories] Grant Permission to use to other UsersHi, i found solution so i want to share with you.
Just replace “manage_options” by “edit_pages”.
In reorder-posts-within-categories.php$the_page = add_submenu_page('edit.php?post_type='.$post_type->name, 'Re-order', 'Reorder', 'manage_options', 're-orderPost-'.$post_type->name, array(&$this,'printOrderPage')); } else { $the_page = add_submenu_page( 'edit.php', 'Re-order', 'Reorder', 'manage_options', 're-orderPost-'.$post_type->name, array(&$this,'printOrderPage'));Forum: Plugins
In reply to: [ReOrder Posts within Categories] Grant Permission to use to other UsersI need this too!!!
Forum: Plugins
In reply to: [Options Framework] Listing categories in Options framework backend?I find solution:
$options[] = array( 'name' => __('Music live section', 'options_check'), 'desc' => __('Choose category for music live section.', 'options_check'), 'id' => 'music_section', 'std' => 'three', 'type' => 'select', 'class' => 'mini', 'options' => $options_categories );Forum: Plugins
In reply to: [Options Framework] Listing categories in Options framework backend?This is my code:
I get just one category in select box. I need help 🙂
Tnx
Viewing 7 replies - 1 through 7 (of 7 total)