survivalisparamount
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Customizing Comments PageI don’t even have a single.php file in my current template that I got from this site… lol
Forum: Themes and Templates
In reply to: Customizing Comments PageCan anyone help?
Forum: Themes and Templates
In reply to: Customizing Comments PageHaha i was wondering why you said its not a cutenews forum… I accidentally typed cutenews instead of wordpress XD
I just got rid of cutenews for wordpress
Forum: Themes and Templates
In reply to: Customizing Comments PageIm not using cutenews im using wordpress
Forum: Fixing WordPress
In reply to: WordPress codesThank you.
I printed out like 20 pages of this WordPress and read most of it, but I’m still having trouble catching onto everything. Well thanks for the reply… I appreciate it.Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent by…The long and short of it is that you are doing this the hard way.
I’m new to all this WordPress stuff; but how am I doing it the long way?
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent by…The blog shows up, but not where I want it. I want in between my header and footer so it goes along with the rest of the site. Thanks for helping me get rid of the error though…
Here’s the blog:
https://www.survivalisparamount.com/blog.phpand I wan’t it to look like this (cutenews):
https://www.survivalisparamount.com/index.phpForum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent by…Ok… let me try that…
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent by…On blog.php here is my exact coding:
https://wordpress.pastebin.com/ff2e4609
or
<?include("header.php");?> <?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./wp/wp-blog-header.php'); ?> <?include("footer.php");?>
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent by…On line 5 of my header.php in my root directory like stated in the error message, I just have:
<style type="text/css">
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent by…I double checked all three files at the start and end for whitespace and there is none. This is really bugging me…
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent by…I did use the search and tried that earlier. There is no unnecessary whitespace on header.php, wp-config.php or pluggable.php. The error say line 5 of my header.php, but the only thing there is:
<style type="text/css">
No whitespace or anything.