BIP KB Tag: wordpress
How To Harden Your WordPress Security
Listed below are many changes that can be implemented on any host and will greatly increase the security of your WordPress installations. If your WordPress is already hacked, please send an e-mail to support@BIPmedia.com and we can assist you.
Limit Read Access with SuPHP
You must have the SuPHP module in apache installed to use this
SuPHP allows you to run your processes as your User ID, which restricts access t...
By fredric, January 24, 2015
How To Set Up E-Commerce Using Wordpress
Setting up an E-commerce site with Wordpress is a snap. Using the Woocommerce plugin allows you to start selling items using PayPal or any of a large variety of payment gateways list here http://www.woothemes.com/product-category/woocommerce-extensions/payment-gateways/
Getting Started
To get started, log in to your Wordpress dashboard. Go to Plugins
Click on Add New
In the search bar type in WooCommerce and then c...
By tabitha, January 24, 2015
How to Secure Your WordPress Websites
WordPress is by far the most popular CMS Content Management System used on the internet. 1 out of 6 websites use WordPress.
In this tutorial you will learn how to secure your WordPress website but first lets go over some of the myths circling the interest about WordPress.
Top 10 WordPress Security Myths
Source: http://www.problogger.net/archives/2012/08/29/top-10-wordpress-security-myths/
Here are the myths...
By sabinshrestha, September 24, 2015
How To Master WordPress With wp-config.php
Introduction to wp-config.php
The WordPress wp-config.php file in the root directory is the most important file for WordPress configuration. In this file we configure the database with default setting so it's enough for a basic WordPress installation. There are lots of other cool things like improving security, performance and functionality. You can manually rename wp-config.-sample.php to wp-config.php or use the installation...
By sabinshrestha, August 15, 2016
How To Process AJAX Request On WordPress - Part 1
AJAX Request Intro
AJAX (Asynchronous JavaScript and XML)”. AJAX Request is used to fetch or insert data into your system without refreshing pages. AJAX is excellent for this job.
Say we need to show some specific posts based on some real time input without refreshing our page. In this situation, we have to send an AJAX request to the server first and then it will return to us the array of posts as a .json data obj...
By khan, October 26, 2015
How To Process AJAX Request On WordPress - Part 2
Introduction to AJAX
Hello everyone, I’m back again. In my previous tutorial we looked at AJAX request processing. Now we’ll learn how to implement it with plugin development.
In this tutorial we are going to make a plugin which will take an integer number as an input and then it will show the amount of posts from WordPress.
The Skeleton
First thing first. We need to make the plugin skeleton with the help of ou...
By khan, November 17, 2015
How To Use Paragraphs And Line Breaks In WordPress
The difference between paragraphs and line breaks:
...
By jill, October 24, 2015
5 Lightweight Drag and Drop WordPress Builder Plugins To SPEED UP Your Workflow
WordPress had kick-started its web journey as an open-source blogging platform back in May 2003. Its super active community and high user experience (UX) evolved the WordPress to one of the most powerful and popular content management system (CMS) powering the 25% of the top 10 million websites seamlessly.
As the popularity grows to full swing, non-technical webmasters are getting onboard every day. To allow those flocks of people a smooth web...
By faysal01, December 17, 2015
WordPress Drag and drop WordPress Plugin
Drag and drop WordPress page builder had kick-started its journey to the web as an open-source blogging platform back in May 2003. But its super active community and high user experience (UX) evolved the WordPress as the most powerful and popular content management system (CMS) powering the 25% of the top 10 million websites seamlessly.
As the popularity grows in full swing, non-technical webmasters are getting onboard ...
By faysal01, August 16, 2016
How to Choose the Best Web Hosting for your WordPress Site?
Introduction
With more than 60 million websites powered by WordPress hosting (WP), it is undoubtedly one of the most popular, versatile and powerful open source content management systems there is for blogging and websites today. A recent survey by W3techs reveals that 25.7% of all the websites on the internet run on this free and robust content management system.
Having said that, it is very crucial where you host your WP...
By deepak01, April 29, 2016
How to Add JavaScript on Every pages through Wordpress
The most impressive part of WordPress is usually the easy custom-made features. It's possible to modify your current script and add JavaScript to every pages by simply transforming your layouts used in the WordPress templates. You should also reuse all these scripts by getting them on all of web pages.
If you wish to add JavaScript source code on every single webpages, you should to stick in the JavaScript item within the design...
By mostafa02, May 2, 2016