pbrainz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Limiting TextI’m currently using evermore… and the weird thing is that it excerpts properly on the homepage and every type of page except for pages you make in wordpress. all of my articles on my sidebar display full… making the window HUGE. Ideas?
Forum: Plugins
In reply to: Does this plugin exist? Haven’t found it yet…Ok thanks everyone! It’s all good.
Forum: Themes and Templates
In reply to: Three Column Float IssuesThanks everyone! It all works perfectly.
Forum: Themes and Templates
In reply to: Three Column Float IssuesOooh. But do any of you have any ideas on how I can fix my style sheet?
Forum: Themes and Templates
In reply to: Three Column Float IssuesThe crappy thing is that I put so many hours into the theme I’m working on… and found that there are templates i could have built off of. It’s too late to turn it around… i’ve put way too much effort into this one. Thanks though.
Forum: Plugins
In reply to: Does this plugin exist? Haven’t found it yet…Kafkaesque!!! It works!! OMG I LOVE YOU! I love you as much as I love Kafka… and coincidentally I’m in love with him…
Kafkaesqui, do you have any chat progs? I have a few other minor questions not worthy of this board…
Forum: Plugins
In reply to: Does this plugin exist? Haven’t found it yet…Evermore worked perfectly — thanks. ??
Forum: Plugins
In reply to: Does this plugin exist? Haven’t found it yet…it isn’t working… what am I overlooking?
<div id=”content”>
<?php query_posts(‘cat=2’); ?>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<div class=”post”>
<?php require(‘post.php’); ?>
<?php comments_template(); // Get wp-comments.php template ?>
</div>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
<p align=”center”><?php posts_nav_link() ?>
</div>Forum: Plugins
In reply to: Does this plugin exist? Haven’t found it yet…ok so here is my code for the loop:
<div id=”content”>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<div class=”post”>
<?php require(‘post.php’); ?>
<?php comments_template(); // Get wp-comments.php template ?>
</div>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
<p align=”center”><?php posts_nav_link() ?>
</div>I want only posts to show up whose category id is 2.
I read from the codex that I need to add certain bits of code… but no matter what I try it doesn’t work. Where should I put in the bits of code?Forum: Plugins
In reply to: Does this plugin exist? Haven’t found it yet…bump…
Forum: Plugins
In reply to: Does this plugin exist? Haven’t found it yet…Also wondered if 2 more plugins existed:
The best photoblogging plugin I found was photopress… any others that I should be using instead?
Is it possible to modify the index of a site so in a 3 panel site the middle panel will display the latest posts from category x, and on the 3rd panel it will show the latest posts from category y,z, etc?