Simone
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
there you go, add this in functions.php inside your child theme
add_action( 'geodir_add_listing_page_title', 'geodir_add_listing_page_title_custom',10 ); function geodir_add_listing_page_title_custom() { global $wp, $term, $post, $current_term, $wp_query; $gd_post_type = geodir_get_current_posttype(); $post_type_info = get_post_type_object( $gd_post_type ); echo $post_type_info->labels->name." Listing Submission Form"; }Hi, to make it work, simply set the Blog page template to Blog Page (on the right hand side of the edit page.
To recap: WordPress settings / Reading to latest post, and blog page set with the template Blog Page
Tried and working, please confirm
You can see the favorited listing in the GD > Loginbox widget.
First enable it going into the Geodirectory Settings / Design / Author and at the bottom you’ll see the option “Show favorite link in user dashboard”Hi Marsha, you had a wrong syntax on the last row, a not needed “>”
<?php echo $main_class; ?>” >
(in bold) I’ve removed it and now it’s ok.
Hi, your website didn’t have the permalink set to %postname%/ , I did it for you, however there is an issue with the plugin SmartPost, disabling that, it will work as expected.
So you basically want a list of custom fields and when clicked they will show the listings with that “feature”? You can include the custom fields in the Advanced search, as a link rather than a checkbox, and when clicked it will list the listings with that custom field, I will set my demo site so you can have a look
You’re welcome, we are here to help 🙂
Hi David, you’re good to go now. The multirating was disabled, I’ve enabled it. It won’t show multi ratings unless you set the multi-rating values, but it needs to be enabled in order to show the ratings.
Thanks for letting us know.
Hello Lewis, please post url and login details in a private reply, thanks.
Hello Darren, I know it’s not a solution but if you will use the related listing widget you can do as follow:
– Install Widget Logic plugin (here https://wordpress.org/plugins/widget-logic/)
– Once installed, you will find a new field at the bottom of each widget, use the GD related listing widget and insert in the widget logic field the following code:
global $post, $wp_query, $geodirectory; return $post->package_id=="1";note the number 1, it is the ID for the package you want to show, for example as default, the 1 is for the FREE package. You can find the package id in the Prices page, under the Geodirectory settings
Hello,
you can create categories (Italian etc) and you can create custom fields for the “features” such as children, pet friendly, etc..
These fields can be like from different types (multiselect, checkboxes etc…) and, in the frontend, these can be searchable and sortable in the results page.
For example if you had added a custom select field Pet Friendly you could then filter results that only include pet friendly listingsHi, the theme compatibility is now in the core, so the compatibility pack is not needed. Go to the Theme Compatibility section inside the Geodirectory settings, and you’ll find Genesis in the dropdown menu
Hi, you can try via database, going into the table named wp_geodir_post_review and adding a rating number in the field named overall_rating.
Im not sure it works but it worth a try. -
AuthorPosts