MITLibraries / MITLibraries-child

A Wordpress child theme that descends from MITLibraries-parent
GNU General Public License v3.0
1 stars 1 forks source link

Restores search functionality #127

Closed matt-bernhardt closed 7 years ago

matt-bernhardt commented 7 years ago

There's a search_filter() function in functions.php that restricts search activity to three no-longer-extant post types: maihaugen, rotch, and online. This branch removes that filter, allowing search to happen across the standard post types.

There will be a related branch in MITLibraries/Custom-Child-Theme-Post-Types that will add the custom post types defined by that plugin to any site that enables it.

Along the way, this branch also fixes the following existing problems: