Vini Posted May 21, 2006 Share Posted May 21, 2006 [a href=\"http://www.jamesvincent.co.uk/forum/\" target=\"_blank\"]http://www.jamesvincent.co.uk/forum/[/a]you will see under Affiliates on the left side, ive tried to call a function 'get_links' from Wordpress...is it possible to call a function from Wordpress in this way? Quote Link to comment https://forums.phpfreaks.com/topic/10141-call-functions-from-other-places/ Share on other sites More sharing options...
jeremywesselman Posted May 22, 2006 Share Posted May 22, 2006 Post the code you are trying to use.[!--coloro:#990000--][span style=\"color:#990000\"][!--/coloro--]Jeremy[!--colorc--][/span][!--/colorc--] Quote Link to comment https://forums.phpfreaks.com/topic/10141-call-functions-from-other-places/#findComment-37903 Share on other sites More sharing options...
Vini Posted May 22, 2006 Author Share Posted May 22, 2006 ive tried [code] <h3>Affiliates</h3><div class="itemside"> <ul><?php include ('/home/jamesv/public_html/wordpress/wp-content/themes/vini/sidebar_recent.php'); ?> </ul></div>[/code]and[code]<h3>Affiliates</h3><div class="itemside"> <ul><?php /home/jamesv/public_html/wordpress/c2c_get_recent_posts ($num_posts = 10,$format = "%post_title%<br>",$categories = '',$orderby = 'date',$order = 'DESC',$offset = 5,$authors = '',$include_passworded_posts = false); ?> </ul></div>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/10141-call-functions-from-other-places/#findComment-37916 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.