Quote:
Originally Posted by levd
Cyberseo do you know how to fix the layout issue on the index page with this feed like people had with Bonga also: https://gfy.com/fucking-around-and-pr...bonga-api.html
I tried this:
$post['guid'] = $post['custom_fields']['thumb'];
$post['post_title'] = '' . $post['custom_fields']['screenname'];
$post['post_content'] = '<iframe src="http://www.xlovecam.com/prm/livechat/?id_affilie=10491&cf=ffffff&cc=990000&ct=000000&ca =ff3300&width=320&full=1&chat_align=right&psm=' . $post['custom_fields']['screenname'] . '&vol=25" frameborder="0" scrolling="no" width="650" height="300" name="xlove" id="xlove" style="overflow: hidden;"></iframe>';
unset($post['custom_fields']['thumb']);
unset($post['custom_fields']['screenname']);
|
Could you please describe the issue? Also which exactly WP template you are going to use?