I did not find this code, the_content(‘… stuff is here …’);
But I found this code here,
</div>
<?php endif; ?>
<div class=”art-PostContent”>
<?php if (is_search()) the_excerpt(); else the_content(__(‘Read the rest of this entry »’, ‘kubrick’)); ?>
When I changed it to this,
</div>
<div class=”art-PostContent”>
<?php the_excerpt(__(‘(more…)’)); ?>
it did not work.
What is your opinion on this code?
I set up the audio folder on my web hosting provider and uploaded an audio file. I downloaded the podpress plugin already. How do I set up a link in my post so that visitors can click the audio button to play or download it?