Guka
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] Map not shown@helloplanetat try to add <?php wp_footer();?> function before the closing </body> tag.
it worked in my case.Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] map not showingadded <?php wp_footer();?> function before the closing </body> tag and it works now.
Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] map not showing@bluisier could u please check it?
Forum: Fixing WordPress
In reply to: Images won't resize in post.register your custom size in functions.php
add_image_size(‘my_feature_image’, 450, 250, true);
and call it in yout theme
<?php the_post_thumbnail(‘my_feature_image’); ?>Forum: Fixing WordPress
In reply to: Featured image not showing up after 3.8 upgraderegister your custom size in functions.php
add_image_size(‘my_feature_image’, 450, 250, true);
and call it in yout theme
<?php the_post_thumbnail(‘my_feature_image’); ?>Forum: Plugins
In reply to: [xLanguage] xLanguage static frontpageCan anyone help me?..
Viewing 6 replies - 1 through 6 (of 6 total)