pwidder
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Call custom field value to post ad in sidebarThank you alchymyth, works like a charm!!!!!!!!!!!!!
Forum: Fixing WordPress
In reply to: Call custom field value to post ad in sidebarWhere in the first line would I includ global $post;
<?php $value = get_post_meta($post->ID, 'post_city_id', true); if($value == '1') { echo '<img style="display: block; float: none; margin-left: auto; margin-right: auto" title="sherwood test banner" alt="" src="http://wwwbannerimageurl1.png" width="200" height="210" '; } elseif($value == '2') { echo '<img style="display: block; float: none; margin-left: auto; margin-right: auto" title="sherwood test banner" alt="" src="http://outstanding-inthefield.com/wp-content/uploads/2011/04/sherwood-test-banner.png" width="200" height="210" '; } elseif($value == '3') { echo '<img style="display: block; float: none; margin-left: auto; margin-right: auto" title="sherwood test banner" alt="" src="http://wwwbannerimageurl2.png" width="200" height="210" />'; } else { echo 'Home Page'; } ?>Forum: Plugins
In reply to: [WP Customer Reviews] WP Customer Reviews and WPMU (multisite)I found that it worked in the primary site but like you had no reviews show up after posting in a site in the network.
I will let you know if I get a response to fixing this.
It’s really important for my application.Thanks for the response.
Forum: Plugins
In reply to: [WP Customer Reviews] WP Customer Reviews and WPMU (multisite)I am having the same issue, did you manage to get this resolved yet?
If so could I ask you how?
Viewing 4 replies - 1 through 4 (of 4 total)