Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter hitekmom

    (@hitekmom)

    Thus far, I’ve gone in and edited some of the post. The admin of the site, copied/pasted posts from her email which pasted embedded HTML tags, which through off the alignment.

    The sidebar appears as it should on all but one page, the page with the most posts (all which where pasted in). I edited all of the pasted post, but the sidebar is still at the bottom. However, the font for the sidebar did appear to decrease abit.

    I’m stumped. Any helps would be appreciated.

    – Hitekmom

    Forum: Fixing WordPress
    In reply to: Menu…?

    This is how I was able to remove mine.

    – Go to Manage/Files in the admin panel
    – select Sidebar link on the right side, the php code should appear in the edit window
    – right-click in the edit window and choose “Select All”
    – right-click again then select “copy”
    – open notepad (or any text editor) and paste php code. You would be safe to save file as same name with .php as extension. I would suggest doing this is all your files so that you can have an original copy incase there’s a goof.
    – now scroll down and look for “blogroll” in php code. Should look something like this:

    — code —

    <li><h2>Archives</h2>
    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    </li>

    — end code —

    You can delete the code. Make sure you hightlight the
    <li> which is the opening list tag and the </li>
    which is the closing list tag.

    Now save the file and view site. If it isn’t what you want, then copy/paste the original php code – – save and try again. Play with removing and viewing.

    Have fun!
    Hitekmom

    Thread Starter hitekmom

    (@hitekmom)

    “What do you then envision on your main page?”

    I guess I need to get use to how blog pages work. Unfortunately, I need a working blog ready to except post in 2 days (from today).

    I’m use to creating webpages and notice blogs work differently.

    I want the homepage to be static with the sidebar categories (cats) acting like page links. When you click cat you’ll get that page and see all of its’ post and be able to leave a comment on that particular cat.

    I don’t won’t the homepage to be cluttered with all the cats posts. That’s why I thought the cats link on the sidebar was for.

    Hoping the plugin helps. One more thing I most learn in less than 48 hrs. 🙂

    Thread Starter hitekmom

    (@hitekmom)

    moshu,

    Found the “clickable header” instructions in the forum – – and it worked!

    Thx again,
    Monica

    Thread Starter hitekmom

    (@hitekmom)

    While I’m “searching: 🙂 Can you pls tell me why the homepage link that I added to the sidebar does not appear in the sidebar on every Page/category page?

    Thread Starter hitekmom

    (@hitekmom)

    Thank you, adding a post did list the category, but I don’t quite like what I see.

    Why is the post I set to go in a specific category also list itself on the General page? That can get kind of clutter as the page categories are many.

    How do I keep each category post on it’s specific page and not listed on anyother category page?

    Thread Starter hitekmom

    (@hitekmom)

    moshu,

    Thank you. I did manage to add a “Home” link under the Menu category. Now, I’ll work on making the header clickable. I’m not fluent in php.
    Can you point the way?

Viewing 7 replies - 1 through 7 (of 7 total)