pascual963
Forum Replies Created
-
Forum: Plugins
In reply to: [AgentPress Listings] can I add custom fields to the searchThanks Ron. The trouble I’m having is using the Search.php. I have a form as is:
<form role=”search” action=”‘ . home_url( ‘/’ ) . ‘” method=”get”>
<input type=”hidden” name=”s” value=”test”></input>
<p><label>Beds:</label> <input type=”text” name=”beds” id=”beds” value=”” /></p>
<p><label>Baths:</label> <input type=”text” name=”baths” id=”listing_baths” value=”” /></p>
<input type=”submit” value=”Search”></input>
</form>’;As you can see I have the following <input type=”hidden” name=”s” value=”test”></input> and I test if $s is not empty but is this the right way to do it? or is there a better way?
Thanks
Forum: Plugins
In reply to: [AgentPress Listings] can I add custom fields to the searchHi Ron, could you give me a hint on to which direction I should go. Thanks
Forum: Plugins
In reply to: [AgentPress Listings] Custom Fields not there anymore in option screenSolved it.
Forum: Plugins
In reply to: [AgentPress Listings] Customizing Property Detailsif you use the agentPress theme you have to edit and change the Filter the property details array in functions.php as well as the function __construct() i class-listings.php in the agentpress plugin under the includes folder.