Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter stmasi

    (@stmasi)

    Golden!!! Worked perfectly! Thanx much!!!

    Thread Starter stmasi

    (@stmasi)

    Nice site, veronicay!

    However, not quite what I’m looking for. I’ve given up on trying to make a theme to match my existing site. Now, I simply want to know if there is a way to “insert” only the posts from my WordPress blog into my existing site.

    I’ve tried using an iFrame, but there are too many variables as far as trying to make the height of the window fit the blog height (dealing with pages that have a different number of posts).

    If I can figure out how to do this, then I’ll be done with it. If I can’t or it simply isn’t possible, then I guess I’ll just be done with blogging in general. I don’t think it should be this difficult, but maybe I’m just one of those old dogs that can’t learn new tricks.

    8^)>

    Thanx.

    Thread Starter stmasi

    (@stmasi)

    One more question.

    Instead of trying to create a theme that matches my site (either from scratch or modifying an existing theme), is there a way I can simply “insert” the WordPress posts onto a page of my existing site? You know, by using an iFrame or some similar method?

    Thanx.

    Thread Starter stmasi

    (@stmasi)

    What is that link for? Looks like it just empties out onto a bogus page.

    Thread Starter stmasi

    (@stmasi)

    Well, I’ve read, and read, and read some more…then went back and read it all over again. I think I’m starting to understand how WordPress works, but apparently, I have a long way to go. I wish there was an easy way to adapt WordPress to an existing site instead of vice-versa. Guess I’ll never be able to figure that out.

    A few closing words…

    Much reading last week
    My eyes are ready to bleed
    WordPress is quite hard

    Thread Starter stmasi

    (@stmasi)

    Really though…

    Isn’t there anyone out there in cyberspace that can help me with this?

    Can you share your solution? I think my problem is similar, if not the same.

    Thanx.

    Thread Starter stmasi

    (@stmasi)

    Is there anyone that can help me with this?

    Anyone at all?

    I’m dyin’ over here.

    8^)>

    Just kiddin’

    Thread Starter stmasi

    (@stmasi)

    Anyone with any idea on how to resolve this issue?

    Thanx.

    Thread Starter stmasi

    (@stmasi)

    Any WordPress gurus available to assist? It’s probably some simply little thing I’m missing having to do with the loop or the like.

    Anyone…
    Anyone…

    Buehler…
    Buehler…
    Buehler…

    😉

    Thread Starter stmasi

    (@stmasi)

    Okay. I spent a little time just looking at all the different pages under the theme directory and I’m a whole lot closer than I was before.

    Here’s what I have now…

    <?php get_header();
    Template Name: Blog
    */
    ?>
    <div id="content" class="narrowcolumn">
     <div class="spacer"></div>
     <?php $temp_query = $wp_query; ?>
     <?php query_posts('post-count=9999'); ?>
     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
     <div class="alt" id="post-<?php the_ID(); ?>">
      <h2 class="archivelist" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
      <div class="metadata" align="right">
       <?php the_time('j F Y') ?> |
       <?php the_time('G:i') ?> |
       <?php the_category(', ') ?> |
       <?php comments_popup_link('no reply', '1 reply', '% replies'); ?>
       <?php if (function_exists('show_post_count')) {echo ' | ', show_post_count($post->ID, $before="", $after=" views"); } ?>
      </div>
      <div class="entry">
       <?php the_excerpt() ?>
      </div>
     </div>
     <br />
     <?php endwhile; ?>
     <div class="navigation">
      <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
      <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
     </div>
     <?php endif; ?>
    </div>
    <?php
    get_footer(); ?>

    So, now I have it looking like I want it to, but when I click on the navigation links to move between the multiple pages of my blog, I simply get my first page to show up again…no matter how many pages I go through. It seems like WordPress knows the right number of pages, but simply displays the first page over and over.

    Any ideas?

    Thanx.

    Thread Starter stmasi

    (@stmasi)

    Hmm…

    I read both of those links, but still can’t seem to get it to work…guess I’m just doing something wrong.

    Any other assistance would be greatly appreciated.

    Thanx again.

    Thread Starter stmasi

    (@stmasi)

    I’ve created a template “blog.php” like this:

    /*
    Template Name: Blog
    */
    <?php get_header(); ?>
    <div id="content" class="narrowcolumn">
     This is the Blog.
     <div class="spacer"></div>
      {insert missing code here}
    </div>
    <?php get_footer(); ?>

    I’ve also created a page using the “blog” template

    When I view the page, I can see the header, my custom text, and the footer, so everything appears to be working properly.

    I just need to know what bit of code I can insert into the “blog.php” template in order to show the blogroll.

    Thanx.

    Thread Starter stmasi

    (@stmasi)

    So, is there no way to put something like…

    <?php include(‘the blog feed’); ?>

    into a template page to make the blog feed show up on a page?

    Thanx.

    Thread Starter stmasi

    (@stmasi)

    n e 1 ?

    🙂

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