bestcssdesigns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: SectionsSorry. I am very noob with PHP. Can you please tell me exactly what to put in the place of
<?php if ($aOptions['column2-id'] != '') { query_posts('p=' . $aOptions['column2-id']); } ?> <?php while (have_posts()) : the_post(); ?> <h3><a href="<?php the_permalink() ?>" title="<?php the_title() ?>"><?php the_title() ?></a></h3> <?php the_content(''); ?> <?php endwhile; ?>Because the code that you posted seems like it needs to be in some brackets or something. It didn’t work. :S
Forum: Fixing WordPress
In reply to: SectionsThat script that i posted above came with the template. But how can I get is to pull from a category instead of using Post ID?
Forum: Fixing WordPress
In reply to: Stop Repeating Text BoxThanks! I honestly don’t even know how that got their… :S
Forum: Fixing WordPress
In reply to: Stop Repeating Text BoxPlease help. My problem is almost resolved. I just need to find out how to stop wordpress from creating
<div id=”lipsum”> without a closing tag everytime I put
<?php the_content(‘Read the rest of this entry »’); ?>Forum: Fixing WordPress
In reply to: Stop Repeating Text BoxOK. Here is what I just noticed. When even I add the
<?php the_content(‘Read the rest of this entry »’); ?>
It adds a div tag but no closing tag. The div will be like
<div id=”lipsum”><p>Lorem ipsum dolor sit amet, consecte and so on informataion<p>
And that is why it keeps repeating within the same area. But how do I stop wordpress from adding the div called <div id=”lipsum”>?
Forum: Fixing WordPress
In reply to: Remove TItles<?php wp_list_bookmarks('category_orderby=id&title_li='); ?>Howcome that doesn’t remove the blogroll title?
Forum: Fixing WordPress
In reply to: Remove TItlesA little help please?
Forum: Fixing WordPress
In reply to: Remove TItlesThanks. The first one worked, however, the second one didn’t and the title Blogroll is still there.