Easily search text within your WordPress pages or posts.
Easily search text within your pages or blog posts.
With Search Inside now you can search within your posts or pages.
There are different ways to display the search engine
The search engine appears when you press any alphabetic or numeric key.
Appended on a HTML tag.
Inserted from a shortcode.
Two search modes
Look for complete sentences.
Search words separated by spaces.
Don’t forget to turn on case sensitive mode if you need it!
Search Inside has full support for UTF-8 encoding and can search in any language.
This WordPress plugin is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.
You can download this plugin from the official repository in WordPress.
From your WordPress dashboard:
From WordPress.org:
Once Activated:
Go to Search Inside > Options
to configure the plugin.
To run tests you just need composer and to execute the following:
git clone https://github.com/josantonius/wp-search-inside.git
cd wp-search-inside
bash bin/install-wp-tests.sh wordpress_test root '' localhost latest
composer install
Run unit tests with PHPUnit:
composer phpunit
Run WordPress code standard tests with PHPCS:
composer phpcs
Run PHP Mess Detector tests to detect inconsistencies in code style:
composer phpmd
Run all previous tests:
composer tests
If this project helps you to reduce your development time,
you can sponsor me to support my open source work
This repository is licensed under the GPL-2.0+ License.
Copyright © 2017-2022, Josantonius