Listing submit category page

Hi, i have used this code to enable the category select page:

add_filter(
	'hivepress/v1/templates/listing_submit_category_page',
	function( $template ) {
		return $template;
	}
);

the issue is, when user is on the select package page, and clicks “change details” it rediects to the category select page, followed by the package selection page again.

When i remove the above code the “change details” functions as normal and goes back to the listing details page.

please help.

Hi,

We recommend that you consider using the drop-down that is already on the site, as this page is long outdated, and this was a temporary snippet for those who want to display pages. But, if you still want to customize the display of such pages, and you are familiar with coding or have a developer, we can provide general guidance on how to customize this with PHP snippets.