Why i getting blank user_activation_key in get_user_by( ‘login’, $login ) function?

I am facing strange issue, I have implemetned custom password reset template, Where I am checking key using $user = check_password_reset_key($_REQUEST[‘key’], $_REQUEST[‘login’]); When i check in function detail and print $user = get_user_by( ‘login’, $login ); I get user object with blank activation key WP_User Object ( [data] => stdClass Object ( [ID] => 10118 … Read more

Seaweed Plugin not working

I have installed the Seaweed (WordPress Plugin). I have successfully installed it and I can able to edit the content. But the save function is not functioning popularly. when I clicked on the “save button”, the processing bar displays and nothing happens beyond that. Has any one try it ? Could any one help me … Read more

echo do_shortcode is not working on theme’s template

I don’t know whats causing the problem but the echo do_shortcode is not working on my theme’s template, but its working on my plugin’s template and the shortcode is working on my posts and pages. Pretty weird. Here’s the code <?php $my_query = new WP_Query(‘category_name=video post&posts_per_page=10’); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?> <li> … Read more

Gallery Only Displaying One Thumbnail

My image galleries are showing only one thumbnail in the post the gallery sits in. http://themeforward.com/demo2/2013/03/08/image-gallery/ My single.php markup can be found here: http://snippi.com/s/akm5jb7 Additionally, previous_image_link and next_image_link are not displaying when the image is clicked (these would lead to the other images in the gallery). My entire image.php markup can be found here: http://snippi.com/s/ajwa5yh … Read more

add_sub_menu page() to be replaced by add_theme_page()

While checking my theme with theme-check plugin, i found few errors which are listed below along with the line of codes where it displays those errors(REQUIRED:) to be fixed. REQUIRED: plugin-activation.php. Themes should use add_theme_page() for adding admin pages. Line 335: add_submenu_page( add_submenu_page( $this->parent_menu_slug, // Parent menu slug $this->strings[‘page_title’], // Page title $this->strings[‘menu_title’], // Menu … Read more

How do you install the automattic developer plugin under localhost for mamp when there is an error, deprecated?

The WordPress Importer plugin is throwing the following warnings: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; WP_Import has a deprecated constructor in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/wordpress-importer/wordpress-importer.php on line 38 Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/wordpress/wp-content/plugins/wordpress-importer/wordpress-importer.php:38) in /Applications/MAMP/htdocs/wordpress/wp-includes/pluggable.php on … Read more