feed url problem

Don’t know if this is your only issue, but you’re using the_title() to build your URI. This ECHOS the title, which is not what you want. Instead, you should be using get_the_title(). I’d also urlencode the title, as Jan suggested. Your best bet is to print out the YouTube URI after you build it, then … Read more

how to show all post with its contents

The theme determines whether to show excerpts or full content on archive pages (e.g. the cateogry listing), and since you’re on WordPress.com, you’ll probably have to change themes to one that shows the full content on archive pages. There’s a listing here, don’t know how complete it is: http://wpbtips.wordpress.com/2009/03/25/full-posts-in-archive-pages/ You might also try putting the … Read more

Generate a WP post from Youtube Feed

If working with wp_insert_post and the youtube api is too much work, or too complicated, you may be interested in the plugin called “Automatic Youtube Video Posts” (AYVP). It has been working quite well for us. There are some bugs (nothing critical) and it is not the most efficient plugin, but it does exactly what … Read more

change output location of plugin function using a custom hook

Something like what you are doing should work but I think you have a couple of things going wrong. First, it sounds like you’ve hacked the plugin. Don’t do that, just remove the callback from the the_content hook. In your theme’s functions.php add: remove_filter(‘the_content’, ‘append_the_video’); The youtube_video() function depends on the $post variable. That means … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)