Thread Starter
ws180
(@ws180)
You’re right! Just removed it. You can at least view the page now.
http://emergecelebrant.com/home_test/
Thread Starter
ws180
(@ws180)
I made the page public so I hope you can view it now.
http://emergecelebrant.com/home_test/
Still not working. 🙁
Thanks again for your help.
Thread Starter
ws180
(@ws180)
I just tried that but nothing changed. I don’t know php at all…so just to make sure I added it correctly, I added it at the very end, before the ?>. Is this correct?
add_filter( ‘excerpt_more’, ‘remove_promo_slider_excerpt_link’ );
function remove_promo_slider_excerpt_link( $more ) {
if( ‘ps_promotion’ == get_post_type() ) {
$more = ”;
}
return $more;
}
?>
Here is the link to my page:
http://emergecelebrant.com/home_test/
You can see the “Read more” is still there and the content isn’t showing completely. Thank you so much for helping me with this.