Title: amnesia's Replies | WordPress.org

---

# amnesia

  [  ](https://wordpress.org/support/users/amnesia/)

 *   [Profile](https://wordpress.org/support/users/amnesia/)
 *   [Topics Started](https://wordpress.org/support/users/amnesia/topics/)
 *   [Replies Created](https://wordpress.org/support/users/amnesia/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/amnesia/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/amnesia/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/amnesia/engagements/)
 *   [Favorites](https://wordpress.org/support/users/amnesia/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/page/2/#post-243444)
 * thank you ^_^
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/page/2/#post-243440)
 * I added <?php the_content(‘Read on…’); ?>
 * and it shows the text, but it doesn’t summarize. 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/page/2/#post-243432)
 * i’m back, and being an idiot.
 * I’ve searched that page and inserted strings here and there but to no avail.
   
   I just dont know how to make a line between the two categories. and I dont know
   how to force it to display the post partially followed by a ‘read more’
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/page/2/#post-243414)
 * *hugs*
 * thank you!
    I’ll be updating this thread later to let you know of my progress
   and hopefully success!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/page/2/#post-243413)
 * damn I feel like an idiot.
    i can feel your vein pulsing at the idiocy.
 * I’ll try now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/page/2/#post-243408)
 * yeah, Kei= 1 and Jim = 2 so i dont understand why it’s doing what it’s doing.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/#post-243405)
 * i guess I better just give up then.
    I did this
 * <?php get_header(); ?>
 * <div id=”content”>
 * <?php query_posts( ‘Kei=1&showposts=5’ ); ?>
    <?php if( have_posts() ) : ?> <
   div class=”subcontent”> <?php while( have_posts() ) : the_post(); ?>
 * 
 *  <?php endwhile; ?>
    </div> <?php endif; ?>
 * <?php query_posts( ‘Jim=2&showposts=5’ ); ?>
    <?php if( have_posts() ) : ?> <
   div class=”subcontent”> <?php while( have_posts() ) : the_post(); ?>
 * 
 *  <?php endwhile; ?>
    </div> <?php endif; ?>
 * </div>
 * <?php get_footer(); ?>
 * and that is what gave me the 4 posts etc..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/#post-243402)
 * quick addition.
    It displays both posts on each side.
 * So Kei’s post Jims post then on the right Kei’s post Jim’s post.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/#post-243400)
 * i’ve done what you’ve said.
    Yes it does show it how I want. But it only shows
   the title and I was hoping that a summary would be shown with a ‘read more’ link.
 * Also with the distance between the two a bit wider.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/#post-243394)
 * well I took that code and added it to the style.css at the bottom (since there
   was no matching code)
 * And it didn’t do much, I mean, I dont see any difference.
 * I dont have a home.php folder, but of course I have a index.php
    i’m assuming
   they are the same.
 * feel free of course to download the file.
 * it’s [http://www.oxygen-inc.com/blog/wp-content/themes/ShadedGrey/index.php](http://www.oxygen-inc.com/blog/wp-content/themes/ShadedGrey/index.php)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/#post-243390)
 * by author please.
 * So my posts on the left, and his posts on the right.
    I understand the jist of
   it.
 * But I dont know where to put the code, or what exactly to type.
 * I’m sorry for asking to be spoonfed.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/#post-243387)
 * Hello? *hear’s an echo*
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/#post-243161)
 * thank you very much for that information.
 * However sadly i’m just starting this blog and I am completely oblivious as to
   how to go about this.
 * Where should I edit? And what should I insert?
 * I’m hoping what I want isn’t too complicated 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/#post-243158)
 * [http://duality.quadoshock.com/](http://duality.quadoshock.com/)
    that has something
   I’m looking for
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two blogs in one](https://wordpress.org/support/topic/two-blogs-in-one/)
 *  Thread Starter [amnesia](https://wordpress.org/support/users/amnesia/)
 * (@amnesia)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/two-blogs-in-one/#post-243157)
 * well actually yes I do want to have just one blog, but with my posts displayed
   on the left, and my friends on the right.

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