tPet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search Results – Old posts showing firsthad it for years .. it’s been tweaked and customized a ton .. in various ways on various sites .. this is the search.php file though …
<?php get_header(); ?> <div id="content" class="narrowcolumn"> <?php if (have_posts()) : ?> <h2 class="pagetitle">Search Results</h2> <div class="navigation"> <p><?php next_posts_link('« Previous') ?> <?php previous_posts_link('Next »') ?></p> </div> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <ul class="date"> <li class="day"><?php the_time('d') ?></li> <li class="month"><?php the_time('M') ?></li> </ul> <ul class="title"> <li class="topic"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></li> <li class="postmeta"><?php the_time('g:i a'); ?> | <class="postmetadata">Posted in <?php the_category(', ') ?> <?php edit_post_link('| Edit'); ?></li> </ul> <div class="clear"></div> <div class="entry"> <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> </div> </div> <?php endwhile; ?> <div class="navigation"> <p><?php next_posts_link('« Previous') ?> <?php previous_posts_link('Next »') ?></p> </div> <?php else : ?> <h2 class="center">No posts found. Try a different search?</h2> <?php include (TEMPLATEPATH . '/searchform.php'); ?> <?php endif; ?> </div> <?php include("sidebar3.php"); ?> <?php get_footer(); ?>
Forum: Alpha/Beta/RC
In reply to: WordPress Beta Tester didn't do its thingI knew I missed something .. thanks.
Forum: Fixing WordPress
In reply to: Automatic background updatesOkay … that makes sense. I did leave one site unchanged to see what would happen. It updated at 7:05pm server time. So looks like all good.
Thanks for the explanation.
Forum: Fixing WordPress
In reply to: Automatic background updatesNone of my WP sites auto-updated either .. despite their “Cool!” status.
Forum: Fixing WordPress
In reply to: The Ghost of Flowplayer, and other Video embed issues 3.6okay .. thanks. I’ll experiment a bit.
Forum: Fixing WordPress
In reply to: The Ghost of Flowplayer, and other Video embed issues 3.6Found a way to override it, but all I get is a url link (possibility noted in the codex) .. these would be videos from my own Media Library. Is there something I missed here?
Forum: Fixing WordPress
In reply to: The Ghost of Flowplayer, and other Video embed issues 3.6From the Themify collection .. it’s good stuff overall. I’ve already posted on their forum to see if there is an override.
Forum: Fixing WordPress
In reply to: The Ghost of Flowplayer, and other Video embed issues 3.6Nevermind .. found it .. seems the theme I’m using has flowplayer api buried deep in its ‘js’ folder. Guess I’ll have to play with that for a bit .. sorry for the hassle .. nothing to see here … move along …
Forum: Fixing WordPress
In reply to: The Ghost of Flowplayer, and other Video embed issues 3.6Okay .. here’s the weird thing. I can use the auto-embed thing and the video works .. i.e., just use the url to the video in the post.
But I can’t use the [video ....] code .. I get the flowplayer box .. and a “can’t find video” error .. so I guess that means there are snippets of flow player that are not in the plug-ins folder … (visually verified logging into the server that the plug-in was removed) .. so I guess the big question is .. where the heck should I look?
Forum: Plugins
In reply to: [My Link Order] Displays "missing argument" errors in sidebar on WP 3.5It’s not that I don’t trust you, IndigoJo … but um … does anyone know what happened to the original developer? And should we not wait for an “official” update?
Forum: Alpha/Beta/RC
In reply to: Media Uploader issue?Just downloaded the latest nightly build .. seems to have corrected the issue.
Forum: Themes and Templates
In reply to: single_term_title call not showingPerfect thanks!
That’s what I get for over-thinking it.
Forum: Themes and Templates
In reply to: single_term_title call not showingForum: Fixing WordPress
In reply to: .svn folderCool. Thanks.
Forum: Requests and Feedback
In reply to: Links Widget Sorting PLEASENevermind .. I’m a moron .. just saw I can manually drag to rearrange.
Thanks for the tip.
I still think sorting should be part of the regular widget though.