sandman1485
Forum Replies Created
-
Let me know if you have any success!! Thanks
Did you have any luck with this? Am in the same boat
Trying to figure this one out as well. If I were to upload all my media and use Cloudfront, I’d be spending $$$$$$$$$$$
Forum: Plugins
In reply to: Facebook Connect 2.5.2 PluginDid you resolve this issue?
Forum: Plugins
In reply to: [Plugin: Audio Player] AJAX theme and audio playerHey guys, this is giving me an error for the audio player.php file. Is there something I’m missing?
FIXXEDDD
Forum: Themes and Templates
In reply to: Hide div element from index.phpNope, no luck with that either. Appreciate the help. Any other ideas?
Forum: Themes and Templates
In reply to: Hide div element from index.phpUnfortunately that didn’t work.
Forum: Fixing WordPress
In reply to: Hide caption front pageSOLVED!
insert this in the header:
<?php if ( is_home() )
add_filter(‘img_caption_shortcode’, create_function(‘$a, $b, $c’,
‘return $c;’), 10, 3); ?>Forum: Fixing WordPress
In reply to: Hide caption front pageYou’re seeing thumbnails on the front page, which do not show up in the actual post. Sorry for the confusion, but those are not the issue.
As I said, I’ve only got one post set with this “caption problem”, and that is the Octopus Project post on paged=2 right now. You should see “click image to view in itunes.” That is the caption on the image that you see in the post when you go here: http://www.indieshuffle.com/?p=811
I am trying to ensure that that caption no longer shows up on the front page. Hope that clarifies things.