Title: Logesh Kumar Rajkumar's Replies | WordPress.org

---

# Logesh Kumar Rajkumar

  [  ](https://wordpress.org/support/users/logeshmba/)

 *   [Profile](https://wordpress.org/support/users/logeshmba/)
 *   [Topics Started](https://wordpress.org/support/users/logeshmba/topics/)
 *   [Replies Created](https://wordpress.org/support/users/logeshmba/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/logeshmba/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/logeshmba/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/logeshmba/engagements/)
 *   [Favorites](https://wordpress.org/support/users/logeshmba/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Post Navigation] navigation buttons not showing up](https://wordpress.org/support/topic/navigation-buttons-not-showing-up/)
 *  Plugin Author [Logesh Kumar Rajkumar](https://wordpress.org/support/users/logeshmba/)
 * (@logeshmba)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/navigation-buttons-not-showing-up/#post-4156710)
 * Hi, Sorry for the delay. The issue has been fixed. Now the plugin is compatible
   with all HTML-5 based Genesis themes. Please update to the new version 3.0.3.
 * Thank You
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Profile Pic] [Plugin: Profile Pic] Profile pic wont upload in 3.2](https://wordpress.org/support/topic/plugin-profile-pic-profile-pic-wont-upload-in-32/)
 *  [Logesh Kumar Rajkumar](https://wordpress.org/support/users/logeshmba/)
 * (@logeshmba)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-profile-pic-profile-pic-wont-upload-in-32/#post-2177749)
 * Hi its working for me too, but in comments, the image appears broken..I have 
   installed bbpress forum.Same case there..please help me out
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] [Plugin: Theme My Login] Log In – Menu Bar](https://wordpress.org/support/topic/plugin-theme-my-login-log-in-menu-bar/)
 *  [Logesh Kumar Rajkumar](https://wordpress.org/support/users/logeshmba/)
 * (@logeshmba)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-log-in-menu-bar/#post-2048744)
 * Hi gh0zt my need is same as yours ..i wish to have Login / Register instead of
   usual Log In and Log Out …Can you tell me how you achieved this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_category declaration](https://wordpress.org/support/topic/the_category-declaration/)
 *  [Logesh Kumar Rajkumar](https://wordpress.org/support/users/logeshmba/)
 * (@logeshmba)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/the_category-declaration/#post-1971678)
 * Hi i am new to wordpress i am trying to hook this function in the_category filter
   ny one help me out plz
 * add_filter(‘the_category’,’logu_cat_func’);
 * function logu_cat_func(){
    $args = array(‘orderby’ => ‘term_group’, ‘order’ =
   > ‘ASC’, ‘fields’ => ‘all’); $terms = wp_get_object_terms($post->ID, ‘category’,
   $args ); $count = count($terms); $i=0; if ($count > 0) { $cape_list = ‘<p class
   =”my_term-archive”>’; foreach ($terms as $term) { $i++; $term_list .= ‘slug .‘”
   title=”‘ . sprintf(__(‘View all post filed under %s’, ‘my_localization_domain’),
   $term->name) . ‘”>’ . $term->name . ‘‘; if ($count != $i) $term_list .= ‘ · ‘;
   else $term_list .= ‘</p>’; } echo $term_list; } }

Viewing 4 replies - 1 through 4 (of 4 total)