Pagination Fix
-
If anyone else is having trouble using pagination with WP Custom Fields Search, here’s what I did:
This broke: https://www.kualalumpurproperty.com/page/2?search-class=DB_CustomSearch_Widget-db_customsearch_widget&widget_number=2&cs-forsalerent_value-0=+For+Rent&cs-propertytype_value-1&cs-price_value-2=2500&cs-price_value-3=3040&cs-beds_value-4&cs-baths_value-5
Go to the Editor and change action=”<?php bloginfo(‘url’);?>” in searchform.php to action=”<?php echo home_url();?>” Kudos to https://wordpress.stackexchange.com/questions/11098/custom-permalinks-break-search-pagination
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Pagination Fix’ is closed to new replies.