Brainscrewer
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Backup does not startpimvellinga<dot>nl
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Backup does not startDoesn’t seem to work,
I’ve even added
<Files wp-cron.php>
allow from all
Satisfy Any
</Files>to my .htaccess, but it still won’t publish posts.
Great Widget!! The only thing I miss is the fact you can’t center it on the page.
Try styling it with CSS, thats not really widget related.
Did you add the following code to one of your template files?
<?php pronamic_google_maps(array( 'width' => 290 , 'height' => 200 )); ?>You should add the code above to one of the following files within the loop.
* single.php
If you want to show the map on a single post page.
* page.php
If you want to show the map on a page.
* loop.php
If you want to show the map on the posts overview page.The good place to add the code is right after the
<?php the_content(); ?>code.
Viewing 4 replies - 1 through 4 (of 4 total)