shua
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_list_bookmarks category_name does not workhas anyone been able to pass the category_name as a parameter for wp_list_bookmarks??
Forum: Fixing WordPress
In reply to: wp_list_bookmarks category_name does not workOtto? Anybody??
Forum: Fixing WordPress
In reply to: wp_list_bookmarks category_name does not workping
Forum: Fixing WordPress
In reply to: Displaying a Custom Field in a Pagei use: Get Custom Field Values
here is what some of my code looks like:
<?php query_posts('category_name=board-of-directors&order=asc'); while (have_posts()) : the_post(); $do_not_duplicate = $post->ID; ?> <div> <h3><?php the_title(); ?> <span><?php echo c2c_get_custom('boardTitle'); ?></span></h3> <p><?php the_content() ?></p> </div> <?php endwhile; ?>this loops thru my board of directors, displays their Name (title) their Title on the board (boardTitle as a custom field), and their bio (content)
hope this helps
Forum: Fixing WordPress
In reply to: Displaying a Custom Field in a Pageput it in the loop
Forum: Themes and Templates
In reply to: clicking on single post permalink returns all postsOne thought is that there is something strange going on with my categories.
The first category I created was a ‘Featured’ cat. Now if I dont have any posts within that category the homepage displays “Sorry, but you are looking for something that isn’t here. Double check your URL or you should try searching for it.”
and
when I goto the permalink of any post: “
Not FoundSorry, but the post you’re looking for couldn’t be found. Double check your URL or you should try searching for it.”
ugh.
Forum: Themes and Templates
In reply to: 404 troubledid you figure this out??
Forum: Fixing WordPress
In reply to: 404.php not called?!?!?!Looks like wp is using the last modified object (page or post) in the db??!!??
Any help please!
Forum: Fixing WordPress
In reply to: 404.php not called?!?!?!Please Help!
Forum: Fixing WordPress
In reply to: 404.php not called?!?!?!anyone?
Forum: Fixing WordPress
In reply to: 404.php not called?!?!?!btw – here is a link to a correctly rendered page using the same template:
http://www.seesawnetworks.com/explore/categories/bars-and-restaurants/
Forum: Themes and Templates
In reply to: Feed modificationKristarella,
I would love to see your plugin to do this as I am plugin retarded!best,
shuaForum: Themes and Templates
In reply to: wp2.5 deleting cookiesyou must NOW set the domain for the cookie for it to not be destroyed – a big undocumented change from prior 2.x versions.
Forum: Plugins
In reply to: 2.5 Cookie buganyone?
Forum: Plugins
In reply to: Custom sidebar category per pagegood job!