Home › Forums › CSS › Problem with CSS positioning › Re: Problem with CSS positioning
April 18, 2013 at 7:01 am
#132288
Participant
Try this:
function new_excerpt_more($more) {
global $post;
return ‘…
ID) . ‘”> ‘.__(‘Readmore’, ‘purepress’).’ ‘;
}
Added `
` for new line.
Or, wrapping the link in `p` tag.
function new_excerpt_more($more) {
global $post;
return ‘…
ID) . ‘”> ‘.__(‘Readmore’, ‘purepress’).’
‘;
}