NodeJS Introduction

  What is Node.js Node.js is an open source, cross-platform runtime environment for server-side and networking applications. Node.js applications are written in JavaScript, and can be run within the Node.js runtime on OS X, Microsoft Windows, Linux, FreeBSD, NonStop and IBM i. Node.js is a way of running JavaScript on the server. Node.js (Node) is … Continue reading NodeJS Introduction

How To Hide Comments in a WordPress Page

Here are different way to hide comments in WordPress pages: 1). Using Quick Edit On Post: Go to WordPress pages - Click "Quick edit", you will see the option to give tick mark for comments, you can avoid that tick mark. yourdomainname.com /wp-admin/edit.php?post_type=page Then Click quick edit of each page. 2). Using Page.php The simplest … Continue reading How To Hide Comments in a WordPress Page