• Hi,
    Is it possible to display a return button when we are on a property page?
    Because users can’t back to the previous page where he can see all the properties.
    what would be nice is to have the button just above the card of the agent who manages the property.

    Thanks for your help !
    Really great plugin by the way, customizable and very easy to understand!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, Thanks for your feedback.

    We will add this feature soon. You can also do it yourself. Paste following code in functions.php file of your theme and change the BACK_URL with your properties listing url.

    
    add_action( 'rem_single_property_agent', 'inset_back_btn', 3, 1 );
    
    function inset_back_btn($author_id){
    	echo '<a href="BACK_URL">Back to Properties</a>';
    }
    

    Regards

    Thread Starter josselynj

    (@josselynj)

    Hi,
    When are you thinking to add this feature ?
    Thanks

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Sorry for delay. Hopefully in next month.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Return button on property page’ is closed to new replies.