afshin222
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: Fatal error when activating pluginsi have this problem also but when i use this code, this problem solved.
function widget_dailytopten_init() { if(!function_exists('register_sidebar_widget')) { return; } function widget_dailytopten($args) { echo $before_title . 'My widget' . $after_title; Hello widget! } register_sidebar_widget('My sidget','widget_dailytopten'); } add_action('plugins_loaded', 'widget_dailytopten_init');Regard, Afshin.m
Forum: Fixing WordPress
In reply to: Call to undefined function wp_register_sidebar_widget (WP 2.5)i have this problem also but when i use this code, this problem solved.
function widget_dailytopten_init() { if(!function_exists('register_sidebar_widget')) { return; } function widget_dailytopten($args) { echo $before_title . 'My widget' . $after_title; Hello widget! } register_sidebar_widget('My sidget','widget_dailytopten'); } add_action('plugins_loaded', 'widget_dailytopten_init');Regard, Afshin.m
Forum: Plugins
In reply to: need wp_dropdown_categories hack: styling for different cat levelsHello,
I prefer http://codex.wordpress.org/Function_Reference/get_categories
You can find your question easily just by search!Good luck!
Viewing 3 replies - 1 through 3 (of 3 total)