• Hello,

    I would like to add some code on the agent profile template (agent.php). More specifically, I would like to add the “edit my properties” shortcode [rem_my_properties] on the agent profile. Could you show me the best way for doing this please ? Like overriding the file without remake the changes when plugin will be updated.

    Regards,

    Danie

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

    (@rameez_iqbal)

    Hi Danie,

    Please paste following code in the agent.php file where you want to display properties

    <?php echo do_shortcode( '[rem_my_properties]' ); ?>

    Thread Starter miloh

    (@bejita)

    Thanks for your reply, but as I said, when the plugin will be updated, the edit I made on the file agent.php won’t be lost if I do the editing like that ? Or isn’t there any other way to override properly the template ?

    Regards,

    Danie

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi Danie, we’re working on it and it will be available in next release soon.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit the agent profile template’ is closed to new replies.