Jump to content

Call Functions From Other places?


Vini

Recommended Posts

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]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.