विवरण
Better WP Search improves the default WordPress search functionality currently in two ways:
- If there is only one search result, redirect to that post; and
- Replaces search URL from /?s=query to /search/query.
The plugin will offer more features in the future. If you have a suggestion? Use the plugin’s
forum to make suggestions.
स्थापना
To manually install the Better WP Search plugin:
- Upload
better-wp-searchdirectory to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
If you are installing the plugin through the admin panel:
- Go to add new plugin page and search for Better WP Search.
- Install the plugin and then activate the plugin.
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Better WP Search” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Better WP Search” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.1.1
- Tested with WordPress 6.9.
1.1.0
- Refactor to a class-based structure.
- Use wp_safe_redirect() and add safety guards.
- Add filters for enabling/disabling and customizing redirect URLs/status codes.
1.0.0
- Initial commit of files.