lucasrafaelleite
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [WordPress] Regarding Memory limit issueAre you using CPT-onomies or have you registered custom post type by direct fuctions?
If you are using CPT to create the repository of the custom posts type in the functions like the example below:
add_action( 'init', 'create_posttype' ); function create_posttype() { register_post_type( 'vereadores', array( 'labels' => array( 'name' => __( 'Vereadores' ), 'singular_name' => __( 'Vereadores' ) ), 'public' => true, 'has_archive' => true, 'rewrite' => array('slug' => 'vereadores'), ) ); }
- This reply was modified 8 years, 1 month ago by lucasrafaelleite.
- This reply was modified 8 years, 1 month ago by lucasrafaelleite.
Lower the new version of the plugin and compares with the current version on your website, this would be a tip!
What link the site?
amandelman,
Maps API Key: https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key
Geocoding API Key: https://developers.google.com/maps/documentation/geocoding/get-api-key#get-an-api-keySimply enter the code obtained in the plugin configuration and all solved! ??
Forum: Themes and Templates
In reply to: [Resonar] Display Posts on category page as thumbnailsHi Brothers!
Problem solved, just get the google access keys!
Thank you for your help!
- This reply was modified 8 years, 4 months ago by lucasrafaelleite.
My site is: https://www.enerisa.com.br/contato/