Thread Starter
spark
(@spark)
yes, that’s it.
It uses the WP rewrite architecture, but I can’t address that when using your plugin. Any chance to accept a text/regex entry to the conditions?
after a few hours messing with the suggestions made in the codex:
$readinglist = $post_meta_cache[256][‘reading’];
get_post_custom()
get_post_custom_keys()
get_post_custom_values($key)
i couldn’t make it work , on post loops (and I have some of those)
finally found somewhere on the funtion.php file something that works:
echo get_post_meta($post->ID,’data’,TRUE);
be happy 😉