amnesia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Two blogs in onethank you ^_^
Forum: Fixing WordPress
In reply to: Two blogs in oneI added <?php the_content(‘Read on…’); ?>
and it shows the text, but it doesn’t summarize. 🙁
Forum: Fixing WordPress
In reply to: Two blogs in onei’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
In reply to: Two blogs in one*hugs*
thank you!
I’ll be updating this thread later to let you know of my progress and hopefully success!Forum: Fixing WordPress
In reply to: Two blogs in onedamn I feel like an idiot.
i can feel your vein pulsing at the idiocy.I’ll try now.
Forum: Fixing WordPress
In reply to: Two blogs in oneyeah, Kei= 1 and Jim = 2 so i dont understand why it’s doing what it’s doing.
Forum: Fixing WordPress
In reply to: Two blogs in onei 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
In reply to: Two blogs in onequick 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
In reply to: Two blogs in onei’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
In reply to: Two blogs in onewell 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
Forum: Fixing WordPress
In reply to: Two blogs in oneby 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
In reply to: Two blogs in oneHello? *hear’s an echo*
Forum: Fixing WordPress
In reply to: Two blogs in onethank 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
In reply to: Two blogs in onehttp://duality.quadoshock.com/
that has something I’m looking forForum: Fixing WordPress
In reply to: Two blogs in onewell actually yes I do want to have just one blog, but with my posts displayed on the left, and my friends on the right.