Example #1
0
    ?>
</pubDate>
		<dc:creator>Records On Ribs</dc:creator>
		<category><![CDATA[Releases]]></category>
		<guid isPermaLink="false"><a href="<?php 
    echo home_url();
    ?>
/artists/<?php 
    artist_slug();
    ?>
/<?php 
    release_slug();
    ?>
/</guid>
		<description><![CDATA[<?php 
    release_blurb_short();
    ?>
]]></description>
		<content:encoded><![CDATA[<img src="<?php 
    release_cover_tiny();
    ?>
" align="right" style="margin-left: 20px; border: 1px solid #000;" alt="<?php 
    release_title();
    ?>
"/><?php 
    release_blurb_long();
    ?>
<p><a href="<?php 
    echo home_url();
    ?>
/artists/<?php 
Example #2
0
"></a>
 					<h3><a href="<?php 
            echo home_url();
            ?>
/artists/<?php 
            artist_slug();
            ?>
/<?php 
            release_slug();
            ?>
"><?php 
            release_title();
            ?>
</a></h3>
 					<?php 
            $blurb = strip_tags(release_blurb_short(false));
            $position = stripos($blurb, '.');
            $first_sentence = substr($blurb, 0, $position + 1);
            ?>
 					<?php 
            echo $first_sentence;
            ?>
 					<div>
	 					<ul>
	 						<li><a href="<?php 
            echo home_url();
            ?>
/artists/<?php 
            artist_slug();
            ?>
/<?php