-
26 Oct
How to URL Rewriting with .htaccess File
In this post, URL Rewriting is help to search page ranking and also looks like neat on the browser address bar. It’s called Friendly URL.
- Category :
- PHP
-
26 Oct
Creating Meta Box in Page/Post
If want to add metabox in admin interface in posts/pages, then below simple code is useful. Add below code in theme’s function.php file :
- Category :
- Wordpress
-
21 Oct
If you want to make the clean urls with the pathauto module use the following steps
Step 1: Go to Administer >> Site configuration >> Clean URLs to check that they are enabled. Step 2: Download the latest version of “Pathauto” Modules and Download the “Token” Modules.
- Category :
- Drupal
-
19 Oct
How to hide the “Please Update Now Message” On WordPress Dashboard
When we go in our wordpress website dashboard its automatically lets us know when a new version of WordPress is released by inserting a message at the top of admin pages. This is definitely a good thing, because updating gives your blog the latest functions and security fixes. But if the blog is a client project, letting the client control updates may not be a good idea.
See the below image- Category :
- Wordpress
-
02 Oct
Resize products and categories images using ImageMagick in Oscommerce
Imagick is a native php extension used to create and modify images using the ImageMagick API. It can read, convert and write images in a variety of formats.
- Category :
- ecommerce
- oscommerce
-
02 Oct
How we can call store procedure in PHP ?
Store Procedure is used for improve web application and reduse database request traffic on server.following way we can implement Store procedure and call it from PHP.
- Category :
- PHP