mywptuts.blogspot.com
Working with WordPress Custom Hooks ~ My WP Tutorials And Debugging
http://mywptuts.blogspot.com/2013/07/working-with-wordpress-custom-hooks.html
My WP Tutorials And Debugging. Wp errors, wordpress errors, bug fixing, wordpress plugin development, wordpress theme development, wordpress help , wordpress tutorials, wp helps, wp informations, wp updates,. Working with WordPress Custom Hooks. Do you like this story? Every developer must know about wordpress hooks . Its classified as two area based on its usage and necessity. here it is. 1 Action hooks and. Both are doing much quite similar jobs but having small differences. The above code hook your fu...
mywptuts.blogspot.com
WordPress Use Chart in Front and Back End Using Chart.js ~ My WP Tutorials And Debugging
http://mywptuts.blogspot.com/2013/06/wordpress-use-chart-in-front-and-back.html
My WP Tutorials And Debugging. Wp errors, wordpress errors, bug fixing, wordpress plugin development, wordpress theme development, wordpress help , wordpress tutorials, wp helps, wp informations, wp updates,. WordPress Use Chart in Front and Back End Using Chart.js. Do you like this story? First you need Chart.min.js. Is need to use it. It is flexible to customize and it supports 6 types of charts. Additionally, excanvas.compiled js. Package is needed. download it from Charts. Wp charts canvas {. Only if...
mywptuts.blogspot.com
How to fix WordPress White screen Error ~ My WP Tutorials And Debugging
http://mywptuts.blogspot.com/2013/06/how-to-fix-wordpress-white-screen-error.html
My WP Tutorials And Debugging. Wp errors, wordpress errors, bug fixing, wordpress plugin development, wordpress theme development, wordpress help , wordpress tutorials, wp helps, wp informations, wp updates,. How to fix WordPress White screen Error. Do you like this story? If you are working with WordPress more than a week you must happened to see this common error of White screen death. Its really irritating because we can't identify the actual error or what we did wrong? User View to Solve it :. Develo...
mywptuts.blogspot.com
Prevent Wordpress SQL Injection Hacking ~ My WP Tutorials And Debugging
http://mywptuts.blogspot.com/2013/06/prevent-wordpress-sql-injection-hacking.html
My WP Tutorials And Debugging. Wp errors, wordpress errors, bug fixing, wordpress plugin development, wordpress theme development, wordpress help , wordpress tutorials, wp helps, wp informations, wp updates,. Prevent Wordpress SQL Injection Hacking. Do you like this story? By the following code can help u to prevent it. Apache server have a file namely .htaccess add the below code in it. IfModule mod rewrite.c. RewriteRule (.*)$ - [F,L]. STRING} . . / [NC,OR]. STRING} boot .ini [NC,OR]. Logged in .*$.
mywptuts.blogspot.com
August 2013 ~ My WP Tutorials And Debugging
http://mywptuts.blogspot.com/2013_08_01_archive.html
My WP Tutorials And Debugging. Wp errors, wordpress errors, bug fixing, wordpress plugin development, wordpress theme development, wordpress help , wordpress tutorials, wp helps, wp informations, wp updates,. Get 30 Individual Days Sales report from mysql - Wordpress. Now days so many eCommerce sites are coming with sophisticated features. Eventhough here i will give an easy way to get sales report or report for individual days. Sale table name = $wpdb- prefix.'sales report' ;. Period= 30 ; / Your requir...
mywptuts.blogspot.com
June 2013 ~ My WP Tutorials And Debugging
http://mywptuts.blogspot.com/2013_06_01_archive.html
My WP Tutorials And Debugging. Wp errors, wordpress errors, bug fixing, wordpress plugin development, wordpress theme development, wordpress help , wordpress tutorials, wp helps, wp informations, wp updates,. Create Responsive Menu With the Help of TinyNav,js - Wordpress. First of all download TinyNav.js from its O riginal Site. And make our theme folder and add your downloaded script into it. Then enqueue Your script into WordPress by the following code. Add it on your Theme "functions.php". And your ad...
mywptuts.blogspot.com
WordPress - Hide Actual Download Url ~ My WP Tutorials And Debugging
http://mywptuts.blogspot.com/2013/06/wordpress-hide-download-url_21.html
My WP Tutorials And Debugging. Wp errors, wordpress errors, bug fixing, wordpress plugin development, wordpress theme development, wordpress help , wordpress tutorials, wp helps, wp informations, wp updates,. WordPress - Hide Actual Download Url. Do you like this story? I tried to use a method to hide the download location and allow all downloads from the url like this "www.yoursite.com/download/? Otherwise like this "www.yoursite.com/downloads/". Function download link page(){. Setting = wp upload dir();.
mywptuts.blogspot.com
WordPress - Call php file Via Ajax and jQuery ~ My WP Tutorials And Debugging
http://mywptuts.blogspot.com/2013/06/wordpress-call-php-file-via-ajax-and.html
My WP Tutorials And Debugging. Wp errors, wordpress errors, bug fixing, wordpress plugin development, wordpress theme development, wordpress help , wordpress tutorials, wp helps, wp informations, wp updates,. WordPress - Call php file Via Ajax and jQuery. Do you like this story? 1 Create form like this. Form id="new post" name="new post" method="post" action=" enctype="multipart/form-data". Label for="title" Project Title: /label. Input type="text" id="title" value=" tabindex="5" name="title" size="70"/.
mywptuts.blogspot.com
WordPress Front End Multiple File Upload ~ My WP Tutorials And Debugging
http://mywptuts.blogspot.com/2013/06/wordpress-front-end-multiple-file-upload.html
My WP Tutorials And Debugging. Wp errors, wordpress errors, bug fixing, wordpress plugin development, wordpress theme development, wordpress help , wordpress tutorials, wp helps, wp informations, wp updates,. WordPress Front End Multiple File Upload. Do you like this story? Create HTML form like this. Form action="upload.php" method="post" name="front end upload". Label Attach all your files here : input type="file" name="upload attachments[]" multiple="multiple" /label. If ( $ FILES ) {. Function insert...