akinoluna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Make spaces without CSS?Funny how putting an HTML line break in my forum post worked, but it doesn’t work on my blog. So annoying.
Forum: Fixing WordPress
In reply to: Viewing Pages (NOT POSTS)Only one of those link errors should have anything to do with the broken pages and I took it out, it was just an attempt to link to the page in question.
The permalinks are set to month and name and they’ve always worked fine, I can change them around without any problems.
It appears that my htaccess file is writable but after upgrading the permissions to the entire world and publishing new pages, it doesn’t change and the pages still don’t appear.
This is what’s in it, if it helps:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Viewing Pages (NOT POSTS)The sidebar widget that shows links to all the pages.
Index page:
http://www.akinoluna.com/blog/The widget I was talking about is at the top. If you click on the female Marine link, hopefully you will see what I’m talking about: the url is this –
http://akinoluna.com/blog/female-marines-101/
…but instead of the page content (which is just two placeholder words) I just see the index page again.
Forum: Fixing WordPress
In reply to: Pages won’t display(the index content shows, but the URL includes the page name)
Forum: Plugins
In reply to: Retreive First Image From PostUsing the first code at the top of this post, is there a way to set the size of the default image?
Forum: Fixing WordPress
In reply to: Older entries link not working from homepage.Forum: Fixing WordPress
In reply to: Single post page messed upI don’t think that’s the problem, because the archive page uses the same CSS and it works fine.