Tuesday, January 10, 2017

ACF Repeater Field Pagination

Hello Friends, Few days ago, I found difficulties in pagination for ACF Repeater Custom Field. I have worked on custom post type before on pagination but this one is newer for me. I have googled lots of article but nothing matches my requirement then after 10 Hrs. of...

Monday, July 4, 2016

Window OS - How to delete directories with too long path names

I get it fixed by following quick fix solution. rimraf <dir> rimraf is a Node.js package, so you will need to install Node.js which includes npm. Then you can run: npm install -g rimraf Then you can run rimraf from the command line. I found this solution because npm itself was causing this problem...

Saturday, September 19, 2015

How to remove ?doing_wp_cron from my URLs

I'm finding this string appended to the end of my URLs sometimes: ?doing_wp_cron It's a sign that you have ALTERNATE_WP_CRON defined in your wp-config.php In order to do some background processing (like publishing scheduled posts), WordPress redirects you to the URL with ?doing_wp_cron appended.    Remove the line...

Wednesday, September 16, 2015

How to Boost the speed of your Magento Site ?

One of the drawbacks of Magento is currently its speed if default configuration is used. There are certain ways of making it run faster. Let’s start speeding up Magento! First step, edit .htaccess file. Enable Output Compression This section will turn on the apache mod_deflate module, which compresses...

Wednesday, September 2, 2015

htaccess – 301 Redirect Website From http to https

Now a days more and more websites are making the move from http to https, primarily just because of Google’s announcement back in August 2014, where they said websites with SSL (i.e. secure connection) will benefit from a slight boost in search engine rankings. Many have made the...

 

Copyright @ 2013 PHP WORDPRESS MAGENTO .

Designed by KconTechnosoft