funtimeben
Forum Replies Created
-
Forum: Plugins
In reply to: Convert textile markup to HTML in the databaseI have also been looking for a similar application for a very long time. So far nothing!
I would also like to use a WYSIWYG Editor in the future, but fear that all my older posts will be unusable. This is a particular problem for some websites I set up using wordpress as a CMS.
Forum: Themes and Templates
In reply to: “if” questionYou rock too hard!
You can have my first born
Forum: Themes and Templates
In reply to: Controlling my single category sidebarAhhhh my brain DewVirus!
Um at the moment the posts wouldn’t be in more than one category
Forum: Themes and Templates
In reply to: Displaying a List of Entry Titles in Sidebar for a CategoryI should mention that although I see the recent entries is a very clever plug-in I really need to show just the titles in one category, not all of my categories.
Forum: Themes and Templates
In reply to: Displaying a List of Entry Titles in Sidebar for a CategoryHmmm. I added in a “rewind_posts” tag and a new loop, but now I get a parsing error. What am I missing?!
<?php /* If this is a category archive */ if (is_category()) { ?><li><h2><?php single_cat_title(''); ?></h2></li>
<ul>
<?php rewind_posts(); ?>
<?php while (have_posts())Â : the_post(); ?><li><a href="#"><?php the_title('', '', display); ?></a></li>
<?php endwhile; ?><?php endif; ?>
</ul>
<?php } ?>I get “Parse error: parse error, unexpected ‘:’ on line 20” but that’s the start of the Loop. What am I missing?
(I can’t seem to post the code without it getting rendered!)
Forum: Themes and Templates
In reply to: Displaying a List of Entry Titles in Sidebar for a CategoryCan You use the Loop twice? Once in the post and once in the sidebar?
Forum: Themes and Templates
In reply to: Pages in 1.5 Question?!Thanks buddy!
Forum: Themes and Templates
In reply to: Pages in 1.5 Question?!Well primarily I would like to assign a “Page slug” class identifier to each “li” in the Pages list so that when a visitor visits a page I can have a customized “Hilighted” effect through CSS. As it stands at the moment all my “li” now have the default class of “page_item” which gives me no control over each page item.
Forum: Fixing WordPress
In reply to: Minor bug in function _page_level_out ()Hmmmm… This is very interesting. I have been frantically trying to customize the way that pages displays, but I have very limited php ability. I guess I need to hit the books to edit the pages formatting.
May I ask why you are editing this code? Because I have a suspicion that I am attempting the same edit.
Forum: Fixing WordPress
In reply to: Formatting Pages listing on HomepageI take it that means “hell no”
Forum: Fixing WordPress
In reply to: Formatting Pages listing on HomepageAh damn formatting that last bit should read
- Africa
- South America
Then in a different part of the page
- Cameroon
- Lesotho
- Swaziland
- Togo
Or this depending on thich of the “Main” sections are selected.
- Argentina
- Brazil
- Chile
Does that make sense?