I have a weird problem, which I could not solve yet. I installed wordpress 3.4.1 and made an own template. I use one plugin – qTranslate. Everything is fine...
Following a recent upgrade to WP and MySQL one site that has a custom built plugin throws a Fatal error: Fatal error: Cannot re-assign auto-global variable _REQUEST in /home/mysitexyz/public_html/wp-content/plugins/employment_application/employment_application.php...
I have set up an ecommerce site using wordpress/woocommerce and am now adding the users who will be dealing with the orders to the site. The only part of...
I am working on cleaning up the WordPress Dashboard menu to make it easier for our client to use. How can I move the “Menus” link located at Appearance...
So basically, I have a page that is a custom archive showing a list of posts on it. The only issue is, the client wants to be able to...
I installed MAMP on my system, installed WordPress, installed a theme and customized it and everything worked great. However, when I started MAMP today it does not take me...
I want to show some short description in the All post_type view of a custom post type in the WordPress Admin Dashboard. For example: For this custom post type,...
I am using this code to display all custom post types along with their count on the “At a Glance” dashboard widget: add_action( 'dashboard_glance_items', 'cpad_at_glance_content_table_end' ); function cpad_at_glance_content_table_end() {...
I’m trying to clean up the Admin Dashboard widgets so that only the administrator level users can see the various meta boxes, but no matter what i’ve tried the...
I am using this snip of code to get rss feed on my dashboard as widget. It becomes problematic when it displays 5-6 different rss feeds which makes me...