silvasonic
Forum Replies Created
-
Forum: Plugins
In reply to: [Geolocation] [Plugin: Geolocation] PHP Notices / Shortcode QuestionI’ve just gone ahead and added the tags within the plug-in’s code itself. Thanks.
Forum: Plugins
In reply to: [Geolocation] [Plugin: Geolocation] PHP Notices / Shortcode QuestionI’ve tried the default
<?php echo do_shortcode("[example_shortcode]"); ?>
to no avail as well (sorry, I’m new to WP and PHP).I’m now using Erik’s suggestion and the link + map show up where I place the code, but I was wondering if there was a way to encapsulate it in
<li>
tags for instance.Should I just concatenate it? Something like
echo '<li>' . display_location("[geolocation]") '</li>' . '\n';
Would that work?
Forum: Fixing WordPress
In reply to: categories dropdownso all of these are available, correct?
'show_option_all' => '' 'show_option_none' => '' 'orderby' => 'ID' 'order' => 'ASC' 'show_last_update' => 0 'show_count' => 0 'hide_empty' => 1 'child_of' => 0 'exclude' => '' 'echo' => 1 'selected' => 0 'hierarchical' => 0 'name' => 'cat' 'class' => 'postform'
Forum: Fixing WordPress
In reply to: Problem whit character encodingi’m having the same problems. posting from either entourage (ms exchange client / osx) or my phone (treo 600 / using goodlink e-mail client) with extended characters will get me nothing but messed up text (e.g. Fran=?UTF-8?B?w6c=?=a imunizou animais dom=?UTF-8?B?w6k=?=sticos). any patches on this yet? i’m using version 2.01. tks / obrigado!
Forum: Plugins
In reply to: Login for Readers?i’m looking for the same type of solution — i wanna block unregistred users completely from the WP blog / site. i guess the easiest way of doing this is adding an authentication script running on top of WP and inserting a ‘required’ on the very fist line of all your protected pages (thru templates of course). anyone? any plug-ins? =) tks!
Forum: Plugins
In reply to: Very specific question about plug-in for picturesah! fonts tags! =)