; $pung[] = $uri; $new = implode…
-
I fiddled with the “template-functions-post.php” file to try to get my “more” links to show the post from the top of the page, instead of starting a tthe “more” point. I followed the directions here: https://codex.www.ads-software.com/Customizing_the_Read_More and got into some real trouble! I reloaded the original template-functions-post.php file from my wordpress install, but I still have some funky headers:
; $pung[] = $uri; $new = implode(“\n”, $pung); return $wpdb->query(“UPDATE $wpdb->posts SET pinged = ‘$new’ WHERE ID = $post_id”); } ?>
on my regular site https://www.slowr.net,
; $pung[] = $uri; $new = implode(“\n”, $pung); return $wpdb->query(“UPDATE $wpdb->posts SET pinged = ‘$new’ WHERE ID = $post_id”); } ?>
Warning: Cannot modify header information – headers already sent by (output started at /home/leander/public_html/wp-includes/functions-post.php:608) in /home/leander/public_html/wp-admin/admin.php on line 10Warning: Cannot modify header information – headers already sent by (output started at /home/leander/public_html/wp-includes/functions-post.php:608) in /home/leander/public_html/wp-admin/admin.php on line 11
Warning: Cannot modify header information – headers already sent by (output started at /home/leander/public_html/wp-includes/functions-post.php:608) in /home/leander/public_html/wp-admin/admin.php on line 12
Warning: Cannot modify header information – headers already sent by (output started at /home/leander/public_html/wp-includes/functions-post.php:608) in /home/leander/public_html/wp-admin/admin.php on line 13
on my admin page.
Any thoughts? How can I just get back to where I was? Thanks for your help!
- The topic ‘; $pung[] = $uri; $new = implode…’ is closed to new replies.