General
-
19 votes
-
add Flickr support
add an option to also show images directly from Flickr in the post, (not only attached images or images with id inside Wordpress)
12 votes -
Bug Blog Path
I have a problem my blog is another instalation, my blog is mydomain.com/ my wordpress instalation is mydomain.com/temp/, i have try modify line
$template = file_get_contents("wp-content/plugins/popeye/styles/$style/structure.template");
to
$template = file_get_contents("temp/wp-content/plugins/popeye/styles/$style/structure.template");direct the code, not this is use default variable blog instalation ?
6 votes