31
Aug
Category : about wordpress, learn php script | Tags :change wordpress search permalinks | No Comments
Default wordpress search permalink is www.domain.com/search/search+this
For make different with other or modify the default, you can use this way.
We can change search permalink like this : www.domain.com/topics/search+this
For make this, we must edit file rewrite.php. We can find this file at folder : wp-includes
Edit file : rewrite.php
Continue Reading
Incoming search terms for the article:
$search_base = search;,
change rewrite php search permalink,
change search permalink,
var $search_base = search; wordpress,
var $search_base = ‘search’;,
wordpress $search_baser,
wordpress search_base
27
Jul
Category : about wordpress | Tags :reduce load at wordpress | No Comments
Much website that using wordpress get suspended from their sharing hosting. This is mostly caused by high load that caused much visitor and much wordpress plugins used. For not get suspended from our hosting, we must reduce the load.
This is alternative for reduce load who use wordpress as blog engine. For reduce load, first simply deactive not really needed plugin. Just use plugin you really needed. For other plugin you can deactive for reduce the load at your hosting.
And others,we can use WP plugins W3 Total Cahce. This plugin help us for manage our wordpress, from reduce databse load, web, and others. For other detail and how to use it, we can see it at WordPress Plugin website.