scriptygoddess

Archive for the ‘WordPress scripts’ Category

Code is below with comments to explain what's going on. This code would go on your taxonomy.php page… <?php //get current term info $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); //store curent term's id as first in the array $breadcrumbarray[] = $term->term_id; //transfer the term info object so we don't mess […]

I've had a few clients ask for this, and I saw some requests to do this on the forums, but no one ever that I found came up with a solution. Here's the scenario, you have your blog posts, and maybe they're long, and rather than make the page *even longer* by dumping the comments […]

29 Jun, 2004

Forget User Info

Posted by: Jennifer In: WordPress my-hacks additions|WordPress scripts

Guest authored by
Mark Jaquith – txfx.net

21 Jun, 2004

Comment Highlighting (based on author)

Posted by: Jennifer In: WordPress scripts

Monty asked about comment highlighting based on author. Even though this isn't a plugin, I thought this could work similar to the way I was doing comment highlighting

04 Jun, 2004

Comment Hilighting

Posted by: Jennifer In: WordPress scripts

One of the things I wanted to do was be able to highlight certain posts that were particularly important. Probably not useful on all types of blogs – but on this one, where some comments with links, or suggestions, or alternate methods of doing something, may go unnoticed in a busy, highly commented post, I […]

I've been looking around for "users currently online" type scripts. So, tonight, I hacked together two great scripts. The first comes from Spoono – this script uses php and mySQL to keep track of how many users are on your site. Then tonight I saw Lynda's script – which uses php, a flat file and […]


Featured Sponsors

Genesis Framework for WordPress

Advertise Here


  • Scott: Just moved changed the site URL as WP's installed in a subfolder. Cookie clearance worked for me. Thanks!
  • Stephen Lareau: Hi great blog thanks. Just thought I would add that it helps to put target = like this:1-800-555-1212 and
  • Cord Blomquist: Jennifer, you may want to check out tp2wp.com, a new service my company just launched that converts TypePad and Movable Type export files into WordPre

About


Advertisements