×

php up to date

How to install new theme in osClass?

How to install new theme in osClass?
How to install new theme in osClass? 01 - Where to install? Unzip your plugin .zip file in the following folder: {path to my website}/oc-content/themes/ 01 - Go to your admin panel Normally located at http://{my website url}/oc-admin 02...

How to import xml file contents in wordpress import tool

How to import xml file contents in wordpress import tool
How to import xml file contents in wordpress import tool Click tootls----and then click import ---then click ---wordpress download and run installer---- then import your xml file thats all ... your demo contend imported successfull...

Template Customization in blog

Template Customization in blog
blog template customization Style customization Go To>>>Template >>>>Edit HTML If your are having good skill in css just insert your css just before */]]></b:skin> that is all your style now coming in live. Script customization   If you want insert...

Divide a page header, content and footer using php

Divide a page header, content and footer using php
Divide a page header, content and footer using php Now we see how to divide a page header, content and footer using php. It is usefull for if you have many pages in your website.If you create a header page you can avoid code repeat in all pages. you can simply call the header on all the pages. step...

Adding a PayPal Payment Widget to The Sidebar of Your WordPress Site

Adding a PayPal Payment Widget to The Sidebar of Your WordPress Site
Adding a PayPal Payment Widget to The Sidebar of Your WordPress Site Step 1) Grab the Free PayPal Payment Accept Plugin Download and install the PayPal payment accept plugin in your site. Step 2) Add a Text Widget to Your Sidebar Go to the “Widgets” menu from your WordPress...

Removing Extensions from url

Removing Extensions from url
Removing Extensions from url To remove the .php extension from a PHP file for example yoursite.com/wallpaper.php to yoursite.com/wallpaper you have to add the following code inside the .htaccess file: RewriteEngine On RewriteCond %{REQUEST_FILENAME}...

About phpBB

About phpBB
Community based open source php script. Mostly used for forums. phpBB is one of the most widely used free discussion board scripts. This free and very powerful application is easy to install and administer. It allows flexibility in terms of design and organization. With SiteGround's hpBBhosting...

Wordpress Change admin url

Wordpress Change admin url
Wordpress Change admin url Add constant to wp-config.php define('WP_ADMIN_DIR', 'secret-folder'); define( 'ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR); Add below filter to functions.php add_filter('site_url', 'wpadmin_filter', 10, 3); function wpadmin_filter( $url, $path,...