basketball
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posting in the forumsAhh that makes sense, everything came up a couple hours later 🙂
Forum: Themes and Templates
In reply to: New WP Theme: Pimped out mac likeI will be releasing it for download in a few days, just want to add any finishing touches
Forum: Your WordPress
In reply to: Bball CityJust did a overhaul to the design on my site (only the frontpage is done right now but it looks pretty complete). It’s a 3 column layout with dynamic posts, and a comment section on the front page. So what do you guys think?
Forum: Fixing WordPress
In reply to: Comments on frontpageThanks dude! That worked perfectly
Forum: Themes and Templates
In reply to: New ThemeFinished fixing any browser compatibility issues and it seems like its good to go:
Forum: Themes and Templates
In reply to: New ThemeForum: Fixing WordPress
In reply to: Page with postsNvm, this seemed to do the trick:
<?php $my_query = new WP_Query('cat=1&order=DES&showposts=10'); ?>
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
<h2 id="post-<?php the_ID(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php the_title(); ?></h2>
<?php the_time('F jS, Y') ?>
<div class="entry">
<?php the_content() ?>
</div>
<?php endwhile; ?>
Forum: Plugins
In reply to: Remember info option in commentsThis probably won’t help but I just realized that all the sites that I’ve seen this feature on seems to be powered by movable type, maybe its just due to the wordpress core?
Forum: Plugins
In reply to: Remember info option in commentsStill wondering if anyone has a solution to this?
Forum: Plugins
In reply to: New Plugin: Advanced SearchHaha thanks dude, love the description: “a lightweight and stylish version” 😉
Forum: Plugins
In reply to: New Plugin: Advanced SearchHehe, absolutely!
http://www.bballcity.com/search/Forum: Plugins
In reply to: New Plugin: Advanced SearchA lot of great improvements, I really think that WordPress should look into incorporating this into a future release 🙂 Thanks for an awesome plugin bud!
Forum: Plugins
In reply to: New Plugin: Advanced SearchBoolean operators in wordpress search!
That would be P-I-M-P!! =DForum: Plugins
In reply to: New Plugin: Advanced SearchAhh I think the one big problem I was having is that I wanted to see how well the relevance thing was working so I selected all the categories and chose “OR”. Basically if you do that, it just brings up every single post on your website and the results were kinda messed up and far too inclusive.
I think I am going to use a “truncated” version of the plugin which just has the category choices, sorting, and display options, which is basically what I have been looking for in a search plugin for ages! =D
Forum: Plugins
In reply to: New Plugin: Advanced SearchIs their a certain configuration that you need your database to be in? It doesn’t seem to be working at all for me.
– The any, all, none, fields have no effect on the search results.
– It doesn’t seem to be able to include certain categories, or exclude any
– The “include results from” section doesn’t filter out things that aren’t checkedThe sort by date, ascending / descending seems to work well though.