WebSight Designs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Express] Removing Right SidebarThe code I provided would generally be placed in your theme’s functions.php file. It could also be used in a plugin if you were creating your own plugin.
Forum: Themes and Templates
In reply to: [Theme: Express] Removing Right SidebarHello,
I was looking to do the same thing and I came across your post by way of a Google search.
In case you still are trying to figure out how to do this, or anyone else comes across this, you can add markup to the wp-admin document head (ie. the <head> tag) by using the “admin_head” hook, like so:
// remove the tags section from the right sidebar function themeslug_remove_tags_sidebar() { echo '<style type="text/css"> #tagsdiv-post_tag { display: none; } </style>'; } add_action('admin_head', 'themeslug_remove_tags_sidebar');Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Plugin throws error in debug modeHello,
[26-Jan-2015 18:11:28 UTC] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method JWP6_Media::url_attachment_filter() should not be called statically in /path/to/wordpress/wp-includes/plugin.php on line 192I too see these errors, whenever I visit a page in the WP-Admin (any page at all).
Forum: Plugins
In reply to: [Patch for Revolution Slider] Revolution Slider?To my knowledge, the Revolution Slider plugin is not in the official WordPress plugins repository. It’s available via their website: http://revolution.themepunch.com/