Hi Josh and thanks for the reply!
– Im using a modified version of the “Orion” Template on this Website
– I created a Custom Post Type and i’d like to have the ‘read more’ button in a WYSIWYG Field Type.
– i created a template (pod components) which is shown in a single site
<div class="artist-container">
<div class="artist-picture">
<img width="125" height="125" alt="" src="{@artist_picture}" />
</div>
<div class="artist-infos">
<h2>{@artist_name}</h2>
<span><strong>Profession:</strong> {@profession}<br />
<strong>Style:</strong> {@style}</span>
<div class="artist-socialbuttons">
<a href="{@soundcloud}" class="soundcloud-link"></a>
<a href="{@facebook}" class="facebook-link"></a>
<a href="{@twitter}" class="button-twitter"></a>
</div>
</div>
{@biographie}
</div>
Podsversion: Version 2.3.18 and i installed the latest WP update ??
I hope i answered all your questions correctly ??
greetings and sorry for my english ??