Release date: 20 May 2026
This release adds shortcode-based alignment controls, making it easier to position each search form independently.
Added
- Added an align attribute to the shortcode: .
[cogio_search]
- Added support for left-aligned search forms:
[cogio_search align="left"]
- Added support for centred search forms:
[cogio_search align="centre"]
- Added support for right-aligned search forms:
[cogio_search align="right"]
- Added support for full-width search forms:
[cogio_search align="full"]
- Added support for center as an alternative spelling of centre.
Changed
- Search form positioning can now be controlled per shortcode instance, rather than relying on the default left-aligned layout.
- Added alignment-specific CSS classes to the front-end form output.
Notes
The default shortcode remains unchanged:
[cogio_search]
By default, the search form remains left aligned. This keeps existing implementations stable while allowing more flexible placement where needed.
