gfradio
Forum Replies Created
-
Forum: Plugins
In reply to: Pull SMF Posts to WPI have this:
<?php wp_list_bookmarks( $args ); ?> <?php $args = array( 'limit' => + 10, 'class' => 'showsList'); ?>and it displays this:
Blogroll
RedBar Radio – We Make Fun of Everybody!
Contributors
RedBar Radio – We Make Fun of Everybody!which isnt right BTW. it should display 10 posts like this
RED BAR RADIO (09-20-10)
RED BAR RADIO (09-19-10)
RED BAR RADIO (09-18-10)
RED BAR RADIO (09-17-10)
RED BAR RADIO (09-16-10)
RED BAR RADIO (09-15-10)
RED BAR RADIO (09-14-10)
RED BAR RADIO (09-13-10)
RED BAR RADIO (09-12-10)
RED BAR RADIO (09-11-10)with no extra headings or titles and only the latests 10
Forum: Plugins
In reply to: Pull SMF Posts to WPok thanks for that but now what do i put in my template to only show the top 10 posts from the feed. I have it putting them in the blogroll.
Forum: Themes and Templates
In reply to: Radio Theme*BUMP* 😀
Forum: Fixing WordPress
In reply to: POdcasting not workin*BUMP* 😀
Forum: Fixing WordPress
In reply to: POdcasting not workinthe code for the audio player is there buts it not showing
`<script type=”text/javascript”>
AudioPlayer.embed(“pod_audio_1”, {soundFile: “http%3A%2F%2Fradio.gamingfusion.net%2Fepisode%2FGFPodcast-Ep.2-CanadaDay.mp3”});
</script>does it work for anyone else?