Support » Fixing WordPress » How to make blog visible on site?

  • I’ve searched everywhere but guess this question is just so basic, no one else has needed to ask it!

    Background:
    We have a custom designed WordPress.org site. Our web guy has left and we haven’t been able to replace him so I am trying to manage the site until we can.

    Issue:
    Want to get a blog going on our main site (www.mygoforthegreen.com). Have blog entries ready to post, but I can’t figure out:
    1. correct place to write them. Is that on a new post page? I can write it there and preview it, but it doesn’t show up on the site.
    2. do I use the “blog” entry in our ISP’s htdocs file directory? It has always been there, but doesn’t have the content I put in a new post page.
    3. Someone said I just need to “activate” the blog since all WordPress sites have an incorporated one. How do I do this?

    I am trying to learn more about WordPress by taking the tutorials, but would really like to get this blog going in the meantime. It’s way overdue already.

    Thanks for any suggestions you can offer!

    Linda

Viewing 6 replies - 1 through 6 (of 6 total)
  • You should add the blog to the main menu from the admin. Consult with this page – http://codex.wordpress.org/WordPress_Menu_User_Guide.

    1. that is correct;
    2. probably not – no ides what that entry does;
    3. review on how to set the ‘posts page’ from within dashboard – settings – reading:

    http://codex.wordpress.org/Creating_a_Static_Front_Page

    Thread Starter IreneLinda

    (@irenelinda)

    Wow, you guys are great! Thanks for getting back to me so fast. Will check out both links, but wanted to tell you what I found while I was fiddling around on my own, with the help of WordPress Codex instructions on Navigation Menus:
    – went into Appearance – Editor – Header.php
    – found the code for the tabs currently there
    – tried “copy and paste” with Buy tab code here:
    <li class="link6 <?php if( is_page('Buy')){ echo 'select';}else{echo 'unselect';}?>"><a>/buy/"></a>
    – changed Buy and /buy/ as follows:
    <li class="link6 <?php if( is_page('Blog')){ echo 'select';}else{echo 'unselect';}?>"><a>/challenge-corner/"></a>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    – was excited to see that the blog page was then on a tab on the site (yay and wow!), BUT it was still called Buy and, because the tabs were sized for 7 tabs not 8, it shoved 2 tabs down on a second row.

    So I now need to figure out how to change tab sizes and hope your linked articles will direct me. I posted this update in case it will help other “newbies”.

    Again, much appreciation for your prompt and willing help!

    Linda

    Thread Starter IreneLinda

    (@irenelinda)

    P.S vestimir: I had read about Menus before, but there is no Menu option under Appearance on my dashboard. Just Themes, Customize, Editor.

    Maybe the theme you’re using does not support native WP menus at all and is not designed with more than 7/8 items in mind.

    NB: When performing changes to files and you are newbie consider making backups of the files you modify, so when you finally break something you can always go back 🙂

    Thread Starter IreneLinda

    (@irenelinda)

    First, Moderator, I’m so sorry: got intent on what I was doing and forgot about the code instructions (which I had read about) as I’d never posted code in here before. I will re-post the code correctly if any helper needs it.

    vestimir: I realize that’s exactly the issue. The site was custom designed, and migrated to WordPress from an HTML site a year later. He did create it with just the 7 tabs. Guess I’m kind of stuck. If the design weren’t such a good one, I’d start all over but we get very positive feedback on his design.

    As for backup, you’re right and thanks for the reminder. I learned how to backup the site when I upgraded to 3.6 and I copy all code onto a new “draft” page before I play with it. It’s too easy to mess up – and not so easy to fix, as a newbie!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to make blog visible on site?’ is closed to new replies.