Hello,
We are displaying our business listing pricing table at the top of the Add Listing (gd_Places) page (above the form) so it is only visible after login.
This is our current code:
[is login]
[gd_notifications]
[go_pricing id=”pricing-plan”]
[gd_add_listing post_type=”gd_place”]
[else]
Please create an account to add your business listing.
[/is]
In setting up the Submit Events functionality, we realized the pricing table is going to be visible at the top of the Add Listing (gd_Events) page, which we don’t want.
Can we resolve this so that we have language or other information at the top of the Add Listing gd_events page that is specific to events and the pricing table is not visible?
Is there a way for event-related information to co-exist in the code block with the Add Listing gd_places info?
OR
Do we need to create another Add Listing page template for
add_listing/gd_events?
Thanks for your help!