yizhan 0 Report post Posted May 20, 2010 i want to insert a php shortcode to my featured page but when i do that notings come up its blank. here is the code: <?php featuredpostsList2($before = ' ', $after = ' ', $details = 'y', $image = 'N'); ?> Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 20, 2010 That is PHP, but it's not a shortcode. A PHP shortcode should look something like this: `[featuredposts]` You need to convert it first or find some code that does it for you. Share this post Link to post Share on other sites