Title: php-coder's Replies - page 2 | WordPress.org

---

# php-coder

  [  ](https://wordpress.org/support/users/php-coder/)

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

 Search replies:

## Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/users/php-coder/replies/?output_format=md) [1](https://wordpress.org/support/users/php-coder/replies/?output_format=md)
2

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to remove Entries RSS, Comment RSS, WordPress.org from left side bar?](https://wordpress.org/support/topic/how-to-remove-entries-rss-comment-rss-wordpressorg-from-left-side-bar/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-entries-rss-comment-rss-wordpressorg-from-left-side-bar/#post-4768144)
 * I created twentyfourteen-child directory. Inside that i created functions.php
   and put the whole code in functions.php. Still those RSS links are there. Why?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trying to understand twentyfourteen theme source code](https://wordpress.org/support/topic/trying-to-understand-twentyfourteen-theme-source-code/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/trying-to-understand-twentyfourteen-theme-source-code/#post-4759702)
 * Nothing was changing, may be because there is not featured-post.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How can i move the left side panel from left to right?](https://wordpress.org/support/topic/how-can-i-move-the-left-side-panel-from-left-to-right/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-can-i-move-the-left-side-panel-from-left-to-right/#post-4753131)
 * twentyfourteen
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How can i move the left side panel from left to right?](https://wordpress.org/support/topic/how-can-i-move-the-left-side-panel-from-left-to-right/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-can-i-move-the-left-side-panel-from-left-to-right/#post-4753127)
 * I think, the default twentyfour is installed and activated.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [How can i know/see the total posts number of a user?](https://wordpress.org/support/topic/how-can-i-knowsee-the-total-posts-number-of-a-user/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-knowsee-the-total-posts-number-of-a-user/#post-2905535)
 * [@esmi](https://wordpress.org/support/users/esmi/),
    Why don’t the admins need
   that? That is needed by all. All forums have option to display total number of
   posts for a user. That just one line of sql query, i think.
 * It’s needed/necessary.
    The admins should need it.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [How can i know/see the total posts number of a user?](https://wordpress.org/support/topic/how-can-i-knowsee-the-total-posts-number-of-a-user/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-knowsee-the-total-posts-number-of-a-user/#post-2905445)
 * Why isn’t this data necessary to be available?
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [How can i know/see the total posts number of a user?](https://wordpress.org/support/topic/how-can-i-knowsee-the-total-posts-number-of-a-user/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-knowsee-the-total-posts-number-of-a-user/#post-2905414)
 * Why isn’t it routinely collected?
 * It should be a sql query with count, select count(*) from table where user_id
   =some_id;
 * Isn’t it?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Is wordpress written in mixure of php-4.x and php-5.x ?](https://wordpress.org/support/topic/is-wordpress-writen-in-mixure-of-php-4x-and-php-5x/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/is-wordpress-writen-in-mixure-of-php-4x-and-php-5x/#post-2889156)
 * Is there any deprecated code inside wordpress?
    Any deprecated function used 
   there?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Is wordpress written in mixure of php-4.x and php-5.x ?](https://wordpress.org/support/topic/is-wordpress-writen-in-mixure-of-php-4x-and-php-5x/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/is-wordpress-writen-in-mixure-of-php-4x-and-php-5x/#post-2889088)
 * My question was: Is there any mixute with php-4.x and php-5.x?
    Is there any 
   portion of code written in php-4.x inside wordpress? Or were all php-4.x codes
   converted/updated/upgraded to php-5.x?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Need some explaination about wp-includes/plugin.php/ do_action function](https://wordpress.org/support/topic/need-some-explaination-about-wp-includespluginphp-do_action-function/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/need-some-explaination-about-wp-includespluginphp-do_action-function/#post-2377162)
 * What does this do-while loop do ?
 * What does this code do internally in do_action ?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Why are these filters colored red ?](https://wordpress.org/support/topic/why-ar-these-filters-colored-red/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/why-ar-these-filters-colored-red/#post-2377669)
 * Why are they absent there ?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Need some explaination about wp-includes/plugin.php/ do_action function](https://wordpress.org/support/topic/need-some-explaination-about-wp-includespluginphp-do_action-function/)
 *  Thread Starter [php-coder](https://wordpress.org/support/users/php-coder/)
 * (@php-coder)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/need-some-explaination-about-wp-includespluginphp-do_action-function/#post-2377001)
 * [@esmi](https://wordpress.org/support/users/esmi/), What is hook ?

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/users/php-coder/replies/?output_format=md) [1](https://wordpress.org/support/users/php-coder/replies/?output_format=md)
2