Do this Plugin run with Archive Page?
-
Hi, I have instaled in my web Geodirectory Plugin. It is a plugin that work using archive page.
If I go to the following page:
https://soysostenible.website/places/
I can do a research. In order to do a research I only need to introduce a CITY in the CITY FIELD.
So, if I write the following city: BARCELONA, and I click in SEARCH, I will be redirected to the following page:
https://soysostenible.website/?geodir_search=1&stype=gd_place&s=+&snear=barcelona&sgeo_lat=41.9794005&sgeo_lon=2.821426400000064
and if I write the following city: GIRONA and I click in SEARCH, I will be redirected to the following page:
https://soysostenible.website/?geodir_search=1&stype=gd_place&s=+&snear=girona&sgeo_lat=41.9794005&sgeo_lon=2.821426400000064I need insert the IMAGE A in the BARCELONA page:
https://soysostenible.website/?geodir_search=1&stype=gd_place&s=+&snear=barcelona&sgeo_lat=41.9794005&sgeo_lon=2.821426400000064
and another image (IMAGE B) in GIRONA page:
https://soysostenible.website/?geodir_search=1&stype=gd_place&s=+&snear=girona&sgeo_lat=41.9794005&sgeo_lon=2.821426400000064In order to do that, I will use two different TEXT WIDGETS (WIDGET A and WIDGET B).
I have used the following conditional:
is_single()
and I have introduced the URL, just like that:
is_single(‘?geodir_search=1&stype=gd_place&s=+&snear=barcelona&sgeo_lat=41.9794005&sgeo_lon=2.821426400000064’)
but it no run. I think because this page is not created by myself…
So my question is:
What is the CONDITIONAL TAG I must intruce in WIDGET A and in WIDGET B?
It will be possible make that with this plugin?
Thanks very much for your support.
- The topic ‘Do this Plugin run with Archive Page?’ is closed to new replies.