ageorgegal
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problems migrating servers – saved backed has problematic filesIndividual posts show, however the homepage still shows the script above.
Forum: Installing WordPress
In reply to: Problems migrating servers – saved backed has problematic filesI see this now, when I go to the subdomain where I deleted and then reloaded the wp-content folder:
<?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’);
?>Forum: Installing WordPress
In reply to: Problems migrating servers – saved backed has problematic filesI tried re-loading the WP-content folder and see this when I go to my site:
<?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’);
?>Forum: Installing WordPress
In reply to: Problems migrating servers – saved backed has problematic filesThanks!
(1)I have the Twenty Ten theme in my folder already. Can you explain then what I would do? Delete the other themes?
(2)I don’t think I can try the resetting the plugins options because I don’thave access to the WP Admin:
Create an empty plugins folder
Via FTP or your host’s control panel, navigate to the wp-contents folder (directory)
Via FTP or your host’s control panel, rename the folder “plugins” to “plugins.hold”
Via FTP or your host’s control panel, create new folder called “plugins”
Login to your WordPress administration menus
Via FTP or your host’s control panel, delete the empty “plugins” you previous created
Via FTP or your host’s control panel, rename “plugins.hold” back to “plugins”(3)And I would need to rename any .htaccess files to what exactly?
Forum: Fixing WordPress
In reply to: 2.7 Dashboard: RSS Feed not loadingThanks Michelle, you’re great!
I am sure that will help others.
An additional solution I found was this:
I was able to resolve this error with help from my host Bluehost (I think their customer service is great!):
Disable all of your plugins and reactivate them one by one. That way you will see which plugin is causing the problem.
Yipee!
Forum: Fixing WordPress
In reply to: RSS feeds stopped working after upgrade to 2.7I was able to resolve this error with help from my host Bluehost (I think their customer service is great!):
Disable all of your plugins and reactivate them one by one. That way you will see which plugin is causing the problem.
Yipee!
Forum: Fixing WordPress
In reply to: rss not workingI was able to resolve this error with help from my host Bluehost (I think their customer service is great!):
Disable all of your plugins and reactivate them one by one. That way you will see which plugin is causing the problem.
Yipee!
@designsimply – Thank you! I will do what you suggest as well to prevent any future catastrophes
Forum: Fixing WordPress
In reply to: rss not workingForum: Fixing WordPress
In reply to: RSS feeds stopped working after upgrade to 2.7My RSS feed does not show for my blog which is in a subdirectory.
https://blog.blackwomenineurope.com
The RSS feed works fine for my other sites without the sub directory.
Is there someway to over write this?
Someone on another thread had success re-writing something in the includes folder, but the instructions were truncated in the link they included.
Thank you for your help!!!!!!! It’s been ages since I have reported this issue.
Forum: Fixing WordPress
In reply to: 2.7 Dashboard: RSS Feed not loadingMichelle, can you tell me exactly whre to make the change and what the change is?
The text in the post your linked to is cut off and impossible to read fully.
Thanks!
Forum: Fixing WordPress
In reply to: RSS feeds stopped working after upgrade to 2.7I am having the same problem!
Forum: Fixing WordPress
In reply to: 2.7 Blog text does not show – title and tags onlyThank you! I disabled all of the plug ins and problmes solved. Then as you said I was able to determine which one was problematic.
Forum: Fixing WordPress
In reply to: 2.7 Upgrade – now pages have mirror postsThe solution was to deactivate all of the plugins and then activate them one by one to see which have bugs.
Thanks!
Forum: Fixing WordPress
In reply to: 2.7 Upgrade – now pages have mirror postsThanks! It does not happen when using the default template and the content is not there twice on the edit page.
I guess I need to find a new template. Or do you know if it is possible to have a custom header with the default template`?