rosielocks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments Not Availableok worked it out – i had the code in the wrong place. Thanks for the help ( :
Forum: Fixing WordPress
In reply to: Comments Not Availableignore my comment about the blog page please.
Forum: Fixing WordPress
In reply to: Comments Not AvailableGreat Thanks! i have edited the page.php to show comments at the bottom of the pages where i need them ( :. However they are aligned to the left and i would like them to be centered. Could you help me with this please?.
Also i have a ‘blog’ page on my site where all posts will be displayed – which php file do i edit to display comments at the bottom there?
Forum: Fixing WordPress
In reply to: Comments Not Availablesorry about that mess i highlighhted the code and pressed code but i guess i’m doing that wrong as well!
Forum: Fixing WordPress
In reply to: Comments Not AvailableI found the index php in the public.html folder and edited to read
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);`I realised i must not be on the right track when my site disappeared. Am i on the righ track?
`
<?php comments_template(); ?>Forum: Fixing WordPress
In reply to: Comments Not Availablesry template should read *theme
Forum: Fixing WordPress
In reply to: Comments Not AvailableHi, Was just looking in the library of my theme and i can’t seem to find the single.php file in there. I made my template in artisteer and exported it to wordpress. Any idea where i might find
single.php?