php-coder
Forum Replies Created
-
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
In reply to: Trying to understand twentyfourteen theme source codeNothing was changing, may be because there is not featured-post.
Forum: Themes and Templates
In reply to: How can i move the left side panel from left to right?twentyfourteen
Forum: Themes and Templates
In reply to: How can i move the left side panel from left to right?I think, the default twentyfour is installed and activated.
Forum: Requests and Feedback
In reply to: How can i know/see the total posts number of a user?@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
In reply to: How can i know/see the total posts number of a user?Why isn’t this data necessary to be available?
Forum: Requests and Feedback
In reply to: How can i know/see the total posts number of a user?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
In reply to: Is wordpress written in mixure of php-4.x and php-5.x ?Is there any deprecated code inside wordpress?
Any deprecated function used there?Forum: Everything else WordPress
In reply to: Is wordpress written in mixure of php-4.x and php-5.x ?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
In reply to: Need some explaination about wp-includes/plugin.php/ do_action functionWhat does this do-while loop do ?
What does this code do internally in do_action ?
Forum: Everything else WordPress
In reply to: Why are these filters colored red ?Why are they absent there ?
Forum: Hacks
In reply to: Need some explaination about wp-includes/plugin.php/ do_action function@esmi, What is hook ?