Simone
Forum Replies Created
-
AuthorPosts
-
Hello please post url and login details in a private reply
Hi, you can output these fields using this variable:
`$postid = $wp_query->post->ID; // retrieve the ID
$twitter= geodir_get_post_meta($postid,’geodir_twitter’,true); `
this is using the html variable name twitter (must append geodir_ before)
Hello, you can export all the database and import on the new website. If you want to import only the GD listings, you could export the geodir_ tables on the database, but you first need to create all the categories, in this case i’d suggest to use the CSV
http://docs.wpgeodirectory.com/core-general/#csvHello, this is not possible,e but I made a function
copy the attached code in the functions.php file inside your child theme’s folder
It will appear in the sidebar, right below the social sharing button (top right)
Hi, it depends, if GD is the main features of the website, GDF could be the right choice, Genesis Enfold or Divi are with more features like Page builder etc..you can have a look with GD on, at http://wptry.it/category/wordpress-themes/ (genesis is missing thou)
and GDF is on http://wpgeo.directoryHello, the team is working hard on it, and it might be available next week
Hello, are you using the latest GD version?
Try to edit the added category, and re-save it
Hello, that is an hook.
you can use functions like the following,
add_action('geodir_sidebar_signup_top','signuptext',10); function signuptext() { echo "text here"; }
and, in this case, a text will be added in the geodir_sidebar_signup_top hook
you can export the database and reimport it back in the new installation and changing url and configuration accordingly.
here it’s a must read https://codex.wordpress.org/Moving_WordPressHello, this is handled by WordPress, yo can set them going in Settings/Reading and change the value in “blog pages shows at most”
hi Frank, in your Price Package settings you had the Tag limit to 10, which is the char limit, not the amount of tags
hello, for the full width map, set 100% in the width of the widget, for the rest we may needs login details, thanks.
Hi, in the same page, select Reviews where it says “Exclude selected tabs from detail page”
March 26, 2015 at 4:17 pm in reply to: Nothing showing up in this section despite there being a listing? #35295hello, please update all your GD plugins and test it back
Hi Frank, your Voucher settings is hidden due to your plugin which is adding a different color in your backend. The voucher setting menu is under the WP Cleanup Optimizer, on the left hand side.
(I’ve also wrote that on your email) -
AuthorPosts