Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
If its required according to your settings then it will show it.
Stiofan
if you enter:
“The locations is %%location%%”
It will output:
“The location is Aberdeen, Aberdeenshire, United Kingdom”Stiofan
I do not know what you mean by this? “Cities appear all but populations do not.”?
Also i need the website url link 🙂
Stiofan
Enter any text you want, the %%location%% will be replaced with the location name depending on the location 🙂
Stiofan
It is an ajax search, if u start typing it should show the cities, have u got a example of one that does not show? If so please provide wp-admin details and i will check.
Thanks,
Stiofan
Please provide wp-admin details and i will take a look.
Stiofan
Also you might be better setting a default category image instead of uploading a image for each one.
Stiofan
Yes but look at the “LOCATION PAGE META SETTINGS” section.
Stiofan
Please check now, by dfault we block users from the backend, i disabled that setting under GD>General and it now seems to work.
Stiofan
You can check the docs here: https://wpgeodirectory.com/docs/gd-core-plugin-titles-metas/
Stiofan
Hi Shane,
Something like this might do it (not tested)
add_filter('geodir_new_post_default_status','_allow_some_users_live'); function _allow_some_users_live($status){ $allowed_user_ids = array(); $user_id = get_current_user_id(1,12,123,1234); if(in_array($user_id,$allowed_user_ids)){ $status = 'publish'; } return $status; }Stiofan
Hi Aron,
I have not seen this before, please provide wp-admin details and tell me how to replicate and i will take a look.
Thanks,
Stiofan
Hi Chris,
Not by default, you would need to add a new GD template and add your own sidebar.
Stiofan
Yes but you dont have to add this for each individual city, you can use the titles and permalinks setting if you are making it all the same…
Stiofan
Please check now, your DB table was incorrectly set to not auto increment, i have fixed this now.
Stiofan
-
AuthorPosts