pantone204
Forum Replies Created
-
Forum: Plugins
In reply to: Listing categories with posts underneathOh, and yes, with all posts of the active category shown underneath (with the active category and active post both highlighted).
Forum: Plugins
In reply to: Listing categories with posts underneathIt would be acting as a menu off to the side, I would be creating a template specifically for this page (or technically it would be a post-template?
It’s going to be acting as a menu for some portfolio items, so it would be a list of specific categories (assuming that I will probably have news items as well, so it would just be categories related to portfolio items).
Forum: Plugins
In reply to: Display list of custom posts according to page titleI may have just figured it out. I used the following….
<?php $args = array('category_name' => $post->post_name, 'post_type' => array ('portfolio-items')); $my_query = null; $my_query = new WP_Query($args); if( $my_query->have_posts() ) { while ($my_query->have_posts()) : $my_query->the_post(); ?> <span class="pdfp"><?php the_title(); ?></span> <?php endwhile; } wp_reset_query(); // Restore global post data stomped by the_post(). ?>
Forum: Themes and Templates
In reply to: TwentyEleven theme – removing ALL iPad scriptsSorry, I’m trying to figure out the source of the issue, not start over.
Forum: Themes and Templates
In reply to: TwentyEleven theme – removing ALL iPad scriptsI switched themes, back to TwentyTen and that STILL doesn’t work.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Specifying a posterGetting into access token stuff is approaching the limits of my coding knowledge, just getting everything to work to this point has been a nightmare. Any advice would be amazingly helpful.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] 2.1 not workingBUT I do have another question.
We have a group/company page that I am an admin for, and I created the application with my personal account, but I obviously don’t want my personal account avatar to pop up when a post is made to the group wall from WordPress.
How do I list the comment as coming from the group instead of me? I realize it’s because I created the app, so do I need to recreate the app under a new, personal account?
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] 2.1 not workingFixed.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Just my homepage in canvas iframeI’m getting this error and I’ve spent the last 2 hours trying to fix it and I’m lost.
This user has NOT set an access_token for the application to use.
Help?
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] 2.1 not workingI’m getting this error and I’ve spent the last 2 hours trying to fix it and I’m lost.
This user has NOT set an access_token for the application to use.
Help?
WordPress 3.0 and the latest subscribe2.
Forum: Plugins
In reply to: [Plugin: Category Posts Widget] Stripping CodeLine 91 in the code of cat-posts.php
Change <php the_excerpt(); > to <php the_content(); >
Should work.
Forum: Plugins
In reply to: [Plugin: Vote It Up] On show on certain posts?Anyone?
Forum: Fixing WordPress
In reply to: Major search function issueIn the template, but I think I may have remove the code that it gets posted to and displays results.
Forum: Fixing WordPress
In reply to: Major search function issueI tried that, but it just reloads the page and the content goes away.