Search:
Search took 1.00 seconds.
-
Hi what you want to do is edit the state field, name it to county (optional). and replace the US States with the UK counties witch i happen to have off hand.
Bedfordshire,
Berkshire,...
-
alternatively you can do it manually and go into content-ad_listing.php
<?php echo get_post_meta($post->ID, 'cp_bedrooms', true); ?>
replace cp_bedrooms with your custom field name.
-
this is the plugin i'm using and its working perfect
https://wordpress.org/plugins/email-login-auth/
i also changed the login placeholder from "username" to "email or username"
:)
-
hi can you clarify exactly what your trying to do? I think I could help. if you are trying to create a custom search form with location fields then there is a much simpler solution, without needing...
-
Hi, you can go to sidebar-user.php and remove this line:
<li><a href="<?php echo CP_DASHBOARD_ORDERS_URL; ?>"><?php _e( 'My Orders', APP_TD ); ?></a></li>
if that's what you were looking to do...
-
just spoke with godaddy, they cant seem to tell me exactly what the first guy did, should have asked him in the beginning really but if i find out i will post it.
-
by the way guys, if you take a look at theme-searchbar.php within the plugin file there is no limitation to the search form you can create,
for example notice the line <input type="hidden"...
-
hi guys, i think its an issue with the default distance/radius if you go into the plugin zip includes/theme-searchbar.php
and find the line
<input type="hidden" name="distance" value="5"...
-
Hi guys im the author of classipress top location search, you may have seen it on wprabbits, ive decided to give it away free as i am no longer working on plugins. its not currently responsive but...
-
are you talking about the hover image when a user hovers over the small thumbnail?
if so....
add the following to your css:
#preview {padding:0px!important;}
this will remove the border...
-
Hi there i am setting up a real estate site, i have made a custom field called bedrooms, i want to show the custom field data in a certain place within the loop, is there a way to just show this...