While working on my Gutenberg Editor Development Course I stumbled upon a cool feature for Gutenberg Blocks that let's someone to find your block using words not found in the title of your block. Searching for Blocks in Gutenberg One of the easiest ways to find a specific block in Gutenberg is by using the search … Continue reading Create Additional Search Keywords for Your Gutenberg Editor Blocks
Tag: Search
WordPress Database Search and Replace with WP CLI
While working locally on a new site I realized that all of the image URLs were busted. Super happy to test out using the WP CLI search-replace feature for the first time to find out it works great! wp search-replace oldurl.com newurl.com Back in the old days I would use plugins like the Search and … Continue reading WordPress Database Search and Replace with WP CLI
WP Seek WordPress Search Engine API
I was happy to stumble across the site wpseek.com, which works as an all things WordPress search engine. What really impressed me though is their API, which let's you do things like get specs on a specific function or a list of all WP functions. For example using the following URL http://api.wpseek.com/?method=wordpress.getfunction&s=the_title will return a … Continue reading WP Seek WordPress Search Engine API
Search the WordPress Codex from the Chrome Address Bar
Chrome has a setting that lets you use a shortcode in the address bar to search a site. If you go into Settings > Search > Manage search engines and scroll down to "Other search engines" you will likely see a list of sites setup with shortcodes. I use the shortcode wpcodex to search the … Continue reading Search the WordPress Codex from the Chrome Address Bar