Comments on: Understanding “Server-Side” and “Client-Side” in WordPress https://wpshout.com/understanding-server-side-client-side-wordpress/ A hub for advanced WordPress users, developers & savvy business owners. Wed, 04 Mar 2020 11:58:00 +0000 hourly 1 https://wordpress.org/?v=6.4.3 By: gary miller https://wpshout.com/understanding-server-side-client-side-wordpress/#comment-21273 Sun, 08 May 2016 02:59:00 +0000 https://wpshout.com/?p=5197#comment-21273 Please i would love to know if WordPress can be categorized as a web designing tool just like Dreamweaver. And how can i use WordPress offline as in on a local host just like Dreamweaver. Thank you.

]]>
By: priyanka https://wpshout.com/understanding-server-side-client-side-wordpress/#comment-21275 Fri, 29 Jan 2016 06:57:00 +0000 https://wpshout.com/?p=5197#comment-21275 my website is not index by google costalpavers.com please help me .

]]>
By: priyanka https://wpshout.com/understanding-server-side-client-side-wordpress/#comment-21274 Fri, 29 Jan 2016 06:51:00 +0000 https://wpshout.com/?p=5197#comment-21274 In thegeneral-template.phpfile, I have functions (see below – “noindex” & “no robots”) these two functions are not allowing Google bots to index the website. I am trying to find the code where these functions are used. I looked into many files but I can’t seem to find which file is using this code or where these functions are called-in. I need to remove these functions from where they are used (or called-in) in WordPress code. I have tried to remove the code from general-template.php file but then it started to give me the error. So, I am pretty sure that I can’t just delete here; I need to remove the functions where they are used in other files of the WordPress code.

Any idea ?how I can do this ?

I sincerely Thankyou you for your help ! See the code below.

/**

* Display a noindexmeta tag if required by the blog configuration.

*

* If a blog is marked as not being public then the noindexmeta tag will be

* output to tell web robots not to index the page content. Add this to the wp_head action.

* Typical usage is as a wp_head callback. add_action( ‘wp_head’, ‘noindex’ );

*

* @see wp_no_robots

*

* @since 2.1.0

*/

function noindex() {

// If the blog is not public, tell robots to go away.

if ( ‘0’ == get_option(‘blog_public’) )

wp_no_robots();

}

/**

* Display a noindexmeta tag.

*

]]>
By: Dj Vsal https://wpshout.com/understanding-server-side-client-side-wordpress/#comment-21272 Mon, 15 Jun 2015 18:21:00 +0000 https://wpshout.com/?p=5197#comment-21272 i don’t know how to thank you.this was really a big help for beginner web programmer.

]]>
By: Five Must-Know WordPress Wins | WPShout.com https://wpshout.com/understanding-server-side-client-side-wordpress/#comment-21271 Tue, 28 Apr 2015 19:36:09 +0000 https://wpshout.com/?p=5197#comment-21271 […] site migration is painful and difficult. Every WordPress site is made up of a filesystem and a database. Migrating the two are two very different processes: file transfers […]

]]>
By: Aqib Aurangzeb https://wpshout.com/understanding-server-side-client-side-wordpress/#comment-21270 Mon, 03 Nov 2014 20:34:22 +0000 https://wpshout.com/?p=5197#comment-21270 Excellent explanation! Any doubts i had are now all cleared up. Thank you 🙂

]]>
By: A Crash Course in AJAX for WordPress | WPShout.com https://wpshout.com/understanding-server-side-client-side-wordpress/#comment-21269 Tue, 02 Sep 2014 19:12:02 +0000 https://wpshout.com/?p=5197#comment-21269 […] server-side part of Ajax in WordPress relies on that action: wps_get_time we had in our JavaScript, and also on […]

]]>
By: cPanel in WordPress: Which Tools You Need, and How to Use Them | WPShout.com https://wpshout.com/understanding-server-side-client-side-wordpress/#comment-21268 Tue, 12 Aug 2014 20:42:11 +0000 https://wpshout.com/?p=5197#comment-21268 […] they’re for: As we explained last week, Every WordPress site stores much of its data—like post contents, permalinks, and post […]

]]>