• Hi there, I may be posting in the wrong area, but I’m just not sure where to go. I took a look in the forum already and found some similar posts to my own but nothing that really helps me so I was hoping there is someone out there that could show me what to do.

    So I just started my website and installed WordPress. On my main page I have a blog (obviously) and I would like a second blog that is just one of my pages but I’m not sure how to do that. I still want to keep the same theme and what not, I just want another blog. I have taken a look at the plugs ins available and have even tried a few but I can’t seem to get them to work the way I would like.

    I’m probably just a little slow at this whole thing considering designing websites has really changes since I was in high school. So if anyone has any ideas or tips please let me know! I would love some help.

    Thanks.

Viewing 3 replies - 16 through 18 (of 18 total)
  • So I’m close to getting the CSS dealy worked out. I’m having a spot with the width/alignment though. Still not the main issue.

    Would really like to find a solve for “more” and I notice that the “previous” and “next” functionality is also dead.

    Esmi, that’s superb. That is exactly what I needed. Thanks very much.

    Hi esmi.

    I too wanted the effect of two blogs, so have done the same as you suggested in your third post. Well actually I just added this bit as it seemed to work…

    <?php
    $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
    $args= array(
    ‘category_name’ => ‘Consumer’,
    ‘paged’ => $paged
    );
    query_posts($args);
    ?>

    The only problem I have, is that the photos within the blog don’t show?

    This is the front page looking great:
    https://curious6webdesign.com/wordpress/

    And this is my “second blog”, with the above text filtering so only ‘Consumer’ catagory posts show, you can see that the images don’t show?
    https://curious6webdesign.com/wordpress/?page_id=60

    …any ideas?

    I am running WordPress 2.6 with Atahualpa theme.

    Thanks!
    Rich.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Add as second blog as a page’ is closed to new replies.