विवरण
This simple plugin (no configuration) redirects ?s=FOO search URLs to the nicer /search/FOO versions. Requires pretty permalinks.
इंस्टॉलेशन
- Upload the
nice-searchfolder to your/wp-content/plugins/directory - Activate the “Nice Search” plugin in your WordPress administration interface
- Done!
सामान्य प्रश्न
- Does this work with PATHINFO (index.php) permalinks?
-
Yes.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “Nice Search” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
0.5
- Respect custom
$wp_rewrite->search_basevalues
0.4
- Properly handle urlencoded characters (non-English languages: you want this!)
- Include a hotfix for WordPress ticket #13961, which enables the above fix to work.
- Use proper WP API functions (enables PATHINFO permalinks)
0.3
- First version in repository