In style.css page of your theme Add some CSS to your theme: .onsale { display: none !important; } And save it... that's all ...
How to configure a localhost website to visible with in the intranet
Login as root user #system-config-firefall-tui This command will open firefall configuration window. Make sure Fir...
Android OS Latest Version 5.0 Name Lollipop officially launched
The Most important features of Android Lollipop version This is Google Most exciting android os ever. Material Design Notificati...
Keyboard LED Lights Dacing
Keyboard LED lights Dancing – B est Windows 7 note d p a T rick: When you turn y N um r Lo o u c k On Y o , u r Num Lock L...
Types Of Website Concepts and its purposes
One way to define your site’s purpose is to put your site into one or more categories. Categories not only convey the purpose of the...
Whare are the Drupal Components
Drupal has 3 types of components: Data Storage: The content of your site and its configuration settings are stored in a databas...
Some important Modules for php-mysql
Install php-mysql on your linux machine. # yum install -y php-mysql php-mysql : Module for PHP applications that use MySql databases ...
How to setting root password for mysql in centos
Set root password and secure mysql installation by running the following command: # mysql_secure_installation
How to Install phpMyAdmin on a CentOS / RHEL Linux
Type the following yum (Yellow Updated Modifier) command to download and install phpMyAdmin: # yum search phpMyAdmin # yum -y install ...
Why Drupal CMS
Drupal is a CMS (Content Management System). It is used to build these type of websites.. Dynamically generated websites Web Applicatio...
htdocs, httpd.conf, my.cnf, proftpd.conf and php.ini, config.inc.php Configuration file locations in Linux or centos or unix or fedora
Important Configuration Files And Directories opt / lampp / bin / - The XAMPP commands home . / opt / lampp / bin / mysql ca...
php Script to connect with mysql Db
Open notepad write the below code and save it as phpconnection.php in the Root Directory of your Apache server. <?php $con ...
How to install phpmyadmin on centos 6 and 7.X
How to install phpmyadmin on centos 6 Phpmyadmin : Phpmyadmin is a free tool used to administrate MySQL . Phpmyadmin supports all m...
Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) open terminal login as a root...
Setting-up Apache with mod_rewrite:
(this means modifying file c:/program files/apache group/apache2/conf/ httpd.conf ) Setting-up DocumentRoot : DocumentRoot "C:/w...
Apache httpd.conf
Httpd.conf Directives Description AcceptFilter Configures Optimization for a Protocol's Listener ...
Wordpress, Joomla and Drupal Comparison
Wordpress Features Wordpress is a blog. To extend wordpress functionality we can add plugins. Wordrpess has large volunte...
How to Create Users in mysql
Create Users in MySql create user 'manikanta'@'localhost' IDENTIFIED BY 'password'; Granti...
Popular Posts
- Detecting the Ajax request in Core PHP
- Demanding a price for software development
- Payment Gateway Options and Pricing in India
- How to integrate SEND Grid with Codeigniter
- How to print document content with jquery
- Add one day to the today date in php
- File Upload Conditions helper in Codeigniter
- Address auto fill city, state, district, country, pincode
- Codeigniter 4 Email Code
- How do I run a PHP script using windows Task Scheduler?