webhead
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Writing PostsSorry, just realized how old this thread is. But the problem is still there in the latest version, so does anyone know of a fix?
Forum: Fixing WordPress
In reply to: Writing PostsI am having the same problem. I checked Your Profile and the box is checked to use the visual editor. I can go into the Code tab when writing and put an html formatted page in, and if I just Save it looks fine. But if I Save and Continue Editing, or go back to edit the page later, all formatting is lost. I check the Code tab again and it’s all one big block of text.
I am on the latest version of WP, 2.3.1.
Well, I moved everything to my main site database instead of having it in blog form.
Yes, but the “home” page ( http://www.fether.net/blog/ ) gives the error message. How did the index page (the one I tried putting the code in) get messed up? I had a backup copy that I had not touched, yet restoring from that didn’t fix the problem. So I had to assume the plugin affected something else too.
HELP!!!
I tried installing this and now my main blog page gives the error message, “Sorry, but you are looking for something that isn’t here.” I tried re-installing the theme, using a different theme, all the same. I had deleted the plugin. How the heck did it do something to my database??
HELP!!
Forum: Fixing WordPress
In reply to: can’t see archiveWell, the only way I could get it to stop displaying the whole database on the main page was to go into the theme’s index.php and hard-wire the number of posts per page. I went to line 38 where it has
query_posts('posts_per_page=-1');
and changed it to
query_posts('posts_per_page=7');UPDATE:
It seems to (almost) work now. I just deleted the whole content between the parenthases above. But it’s still showing 7 posts per page even after I changed it to 5 in the admin area.Forum: Fixing WordPress
In reply to: can’t see archiveThanks! The archive list now is doing what I wanted.
But I’m still getting the whole database of posts listed on the main page. I go into Admin and tell it to only show 7 posts per page but it ignores it. I found http://codex.wordpress.org/The_Loop_in_Action that says it should do that, but it isn’t working.
Forum: Fixing WordPress
In reply to: can’t see archiveI’m using the TemplateXtreme Sample 1.0 theme (my blog is at http://www.fether.net/blog/ ).
I’d like the archive list to appear on the sidebar of every page. It does on individual post pages but I want it also on the “main” page. I tried adding a page for listing the archives just because I have no clue how to get an archive list, not because I want them on a separate page.
Even so, it should only be listing 30 days of posts per page and not all posts of all time, so maybe that’s a separate problem.
Forum: Fixing WordPress
In reply to: can’t see archiveI just noticed something:
If I look at a specific post, there’s a calendar and archive list on the left. But if I just view the main blog address, the calendar and archive list are gone. Even so, it should never display more than the last 30 days of posts.
Help please?
Forum: Fixing WordPress
In reply to: can’t see archiveI also tried Options–>Reading and set it to 30 days for posts, but it still shows all posts.
Forum: Fixing WordPress
In reply to: can’t see archiveThanks, I’ll check that out.
I don’t see anyplace in the sidebar or anywhere on the screen to choose which template to use. There’s a Write Page tab at the top, but it’s just for adding a new page, not choosing a template.