smayman
Forum Replies Created
-
Forum: Plugins
In reply to: Add To Facebook PluginIs there any way to pick and choose which templates/pages this shows up on?
Forum: Plugins
In reply to: Falbum Displays in Culumns, Not RowsSolved this by pasting the styles from falbum.css in the plugin directory into my own stylesheet.
Forum: Plugins
In reply to: Falbum Installed, Cannot See OptionsFor god knows what reason I just went through the authorizing steps again and now it works. Whatever. I’m just glad it’s healed itself.
Forum: Plugins
In reply to: Falbum Installed, Cannot See OptionsUPDATE: Flickr just started showing me this text – any ideas how to fix it?
Oops! There’s no api_key parameter.
An external application has requested your login credentials and permission to perform certain actions on your behalf, but has failed to include all the required data.
You don’t really need to know what this means, except that you can’t use the application until this problem is fixed. (It’s a third-party problem, not a Flickr problem.)
There are lots of applications using the Flickr API. If you are curious about this, visit the Flickr Services page to see more examples of cool stuff. Otherwise, you might like to head to your home page…
Forum: Fixing WordPress
In reply to: Link to Anchor on Single Post from Index.phpThanks!
Forum: Themes and Templates
In reply to: Restrict the_excerpt_reloaded by categoryThank you so much!
Forum: Themes and Templates
In reply to: Restrict the_excerpt_reloaded by categoryCool – thanks. I’m not sure where to put the code in the loop. Right now I am using the following code and it is only showing posts from category 6 – perfect. However it is showing my one post twice. Is my code wrong, or do I just need more posts?
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php
if (is_home()) {
query_posts("cat=6");
}
?>
<p class="subtitle"><?php the_title(); ?><p>
<?php the_excerpt_reloaded(70, '<a><img>', 'filter_type', TRUE, 'Read More', FALSE, 2, TRUE); ?>
<p class="postmetadata">Posted in <?php the_category(', '); ?></p>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
Forum: Fixing WordPress
In reply to: Link tag to Link to entry comments?I am also interested in this – anyone out there who can help?
Forum: Themes and Templates
In reply to: Restrict the_excerpt_reloaded by categoryWould using query_posts work?
https://codex.www.ads-software.com/Template_Tags/query_postsForum: Installing WordPress
In reply to: Version 2.3.2 is availableI upgraded and when I log in I still get a message telling me to upgrade…
Forum: Fixing WordPress
In reply to: Cannot get pages to display my themeThank you very much.
Forum: Fixing WordPress
In reply to: Cannot get pages to display my themeThat makes sense to me. Do I have to reinstall WP or can I just move all the files down a level?
Forum: Fixing WordPress
In reply to: Cannot get pages to display my themeThank you for your quick response. What would the solution to this be?