hutty
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Yet another Page Not FoundI read another thread where it says not to name my home page with the name “home”. So I changed it myHome. Still no luck.
Not sure if this is correct, but my index.php file in the home directory has the following content:
<?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( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );Forum: Fixing WordPress
In reply to: Yet another Page Not FoundI cleaned things up a bit. Disabling all the widgets and re-activating broke some things.
What I am hoping to see is when you type http://test.unionbc.org you will get the content on the http://test.unionbc.org/home page.
I would have not created http://test.unionbc.org/home page if I knew how to get the contents to show at http://test.unionbc.org.
The URLs are connected to a subdomain where once up and running will replace the domain http://unionbc.org , but that is down the road.
The theme owner tried to correct the issue I am having when he installed the theme. He later told me to contact the host, who said to contact a developer. I have put it off while I build the pages and links.
Thanks in advance.
Forum: Fixing WordPress
In reply to: Yet another Page Not FoundThe page that should show up is the http://test.unionbc/home when loading http://test.unionbc.org
I have gone into Settings-Reading and changing from your latest post to static and selecting Home as my page.
I have played around the permalinks, which always messes up the site where I can’t log in again and have to manually edit the functions.php and wp-config.php to get back into the site.
Bob, the short code for the bible verses seem to work as planned. I have them into different spots, as I was trying to manipulate the css for the text.
Right now, I have static and Home as the page.
Thanks