Forums
(@superyetkin)
13 years, 6 months ago
You need to call the PHP code before the form code.
Donate if this helps you.
Which plugin is that?
Yes, you can.
$res = $wpdb->get_results(“SELECT Date, City FROM ” . $wpdb->prefix . “events”); foreach ($res as $e) { … }
Yes, we would be able to help you if you did post your slideshow code here.
Use this:
<div class="smurl_div"><input type="text" class="smurl_box" value="<?php $key="smurl"; $res = get_post_meta($post->ID, $key, true); if ($res != "") echo $res; ?>"></div>
14 years ago
Function Reference/get permalink