thebuded
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
The filter for it is: pods_api_pre_save_pod_item_{podname}.
Forum: Plugins
In reply to: [WP Web Scraper] custom template tag problem in custom post type tempates.I fixed it, it is something wrong on my end.
Forum: Plugins
In reply to: [Custom Content Type Manager] WP network multisite support?The menus does work on other sites in the network, but the data are not there. They all work independently from each other. It would be great if there is an option to have all the sites access to the same data as the main site.
Hi sure
<?php $actor_thumb = get_custom_field('Actors:to_array', 'get_post'); foreach ($actor_thumb as $at) { $thumbpermalink = get_permalink( $at['ID'] ); $thumb = wp_get_attachment_image_src($at['_thumbnail_id']); ?> <a href="<?php echo $thumbpermalink ?>" title="<?php echo $at['post_title']; ?>" > <img src="<?php echo $thumb[0]; ?>" width="100" height="150"> </a> <?php } ?>I only need the first part of my problem, second part I will use another plugin called “List category posts”, it have some options best suits my needs.
Ok I got it working.
Thanks again for this great plugin!
Hi, Thank you, but it would be awesome if you could provide some working sample code. no worries if you’re busy.
Thank You.
Viewing 6 replies - 1 through 6 (of 6 total)