Hi,
how should I use the Simple Video Embedder with Atahualpa?
The instructions says:
You can display embedded videos using the Simple Video Embedder wherever you want in your theme files (within the loop) such as index.php, single.php, category.php, etc...
1. Edit index.php (as an example) within your theme folder, and find <?php while (have_posts()) : the_post(); ?>.
2. Anywhere below that line add <?php echo p75GetVideo($post->ID); ?>.
But how can I add the <?php echo p75GetVideo($post->ID); ?> into the WP Database setting instead of editing any core files of the theme to prevent any loss when upgrading the theme in future?
I tried to add the line into the Post Info Items section into any ByLine for example but that didn't work...
Cheers & Many thanks!
Joerg