everydayhero
Forum Replies Created
-
Forum: Installing WordPress
In reply to: admin posts as most recent user…ok, I ended up using https://trac.www.ads-software.com/ticket/3807 like everybody else that had the same problems. It solved both of the problems I was having.
It didn’t work before, because I had edited my old pluggable.php to pieces, so I had to download a new one.
Unfortunately, I don’t remember why I had to edit pluggable.php in the first place, so when errors start popping up, ill know where to look ??
Forum: Fixing WordPress
In reply to: User posts on user pages?This is what I used
<?php the_author_posts_link(); ?>
more info on how to use it can be found at the author templates link michaelH posted above.Forum: Installing WordPress
In reply to: admin posts as most recent user…oh i understand completely, but without a bump, or another way to communicate with other members, or performing even worse form and duplicating the post, the question will get lost forever in a sea of confused wordpress users. at least by bumping, the question might get answered, and may help someone else in the future so that they dont have to repost the question and get yelled at as well.
As always, any help would still be appreciated, sorry for the poor form. If anyone has any ideas to make the support forum better, so that this stuff doesnt need to keep happening, please bring it up.
Forum: Installing WordPress
In reply to: admin posts as most recent user…sorry to bump again… i just need an idea of what to play with to fix it…
Forum: Fixing WordPress
In reply to: I don’t like the bold in the menu! :)try searching header.php? maybe its defined there?
Its possible its just defined as h2 under header.php, in which case you should take out the
<h2> and </h2>
around your menu itemsForum: Fixing WordPress
In reply to: User posts on user pages?In my experience, authors cant delete each others posts, so no need to worry about that.
you can make authors pages, search the codex for examples on how to make them. This will allow you to make pages that only house a specific authors posts.
Forum: Themes and Templates
In reply to: My logo in headerquestion 1. yes, you generally need to edit the header.php by replacing the current header with
<img src="yourlogo.gif" />
question 2. WordPress can be your main site if you install it into the root directory. otherwise if you want to make it a link off the regular site, make a new folder in the directory, install wordpress in it, then link to the folder.
hope that makes since
Forum: Installing WordPress
In reply to: admin posts as most recent user…anyone?
Forum: Installing WordPress
In reply to: “Lost” ThemeIf you still have the wordpress files, reupload them. Your pages and posts will stay the same as they were before you lost your formatting. If you dont have the files, redownload them ??
Forum: Plugins
In reply to: Applying plugin variable to index?bump ??
Forum: Fixing WordPress
In reply to: Sidebar = Retarted…::Resolved::
anything like this, where the sidebars only screws up when your logged out and viewing posts, it means theres a missing </div> tag right after the “You must be logged in to post a comment.” piece. This was a HUGE fix! ??
Forum: Fixing WordPress
In reply to: WP Not Creating New Pagesdid you publish the page?
Forum: Fixing WordPress
In reply to: Omitting categories from admins “write post”ok, to clarify, I want a category that only i can post to. My best idea was to take it out of the post section. If anyone knows how to do this, i would be extremely grateful!
Forum: Installing WordPress
In reply to: where are posts and pages stored?thank you
Forum: Installing WordPress
In reply to: where are posts and pages stored?No, i know that phpmyadmins not the database, and i understand that everythings located in the database, but if i replace everything, will everything work the same? Sorry If I misrepresented my statement.