Tagged Questions
0
votes
0answers
55 views
Custom “Latest News” widget wipes out the site
I want to register a custom "Latest News" widget, which would be teh exact copy of the default "Recent Posts" widget, with minor modifications.
Here's the original code, taken from the ...
0
votes
1answer
190 views
trying to Change to wp_register_sidebar_widget
I got this in my theme:
register_sidebar_widget(array('Sidebar Login', 'widgets'), 'widget_sidebarLogin');
i want to change this to the updated Command aka
wp_register_sidebar_widget
But i seem ...