i found the error;
After Read more i had one space to much….Solved
if (strlen($_GET[‘p’]) > 0) {
echo “<div>”;
echo $content;
echo ” <a href='”;
the_permalink();
echo “‘>”.”Read more →”;
echo “</div>”;
No help 🙁
I have no spaces in .php file..
Can somebody help.
I have problems with limit-post plugin.
Warning: Cannot modify header information – headers already sent by (output started at /home/zcmedins/public_html/wp-content/plugins/limit-post.php:1) in /home/zcmedins/public_html/wp-includes/pluggable.php on line 770