Archive for 2009

WordPress Plugin Releases for 04/15

9
responses
by
on
April 15th, 2009
in
WordPress Plugins

New Plugins Theme Tweaker Theme Tweaker displays the existing colors from your current theme, and gives you a color picker to replace them. It also lets you change them in bulk, like invert all colors, use grey scale etc. LinkingPress This plugin provides your WordPress blog with relevant, contextual, non-reciprocating links from other WordPress blogs. WPML Turn any WordPress or WordPressMU site into a full featured multilingual content management system. WPMU can do this without any hacks and without breaking anything. DiggBar Remover DiggBar Remover checks HTTP referrers and if user has DiggBar, serves JS code to redirect to the actual page. This makes it faster than using just the framebreaker JavaScript code that we all know. Related Websites After installing the plugin you will receive related posts from member sites that will be displayed posts at the end of your posts. DiggBar Killer DiggBar Killer adds a little snippet […]

[Continue Reading...]

WordPress Theme Releases for 04/14

5
responses

Fancy Bright colors, WP 2.7 compatible, 3 columns design, adsense ready. Swiss Mono Simple, black and white, two column theme with a widgetized sidebar, 125×125 sidebar advertisement support and theme options. Funny Squares 2-column design with widget ready sidebar, pure CSS layout, no tables used Deepest Blue A 2 column magazine style WordPress theme featuring a featured content slider and integrated sidebar video, adsense and social bookmarking

[Continue Reading...]

WordPress Download Monitor Review

21
responses
by
on
April 13th, 2009
in
WordPress Plugins

When you build a website – what is your goal?  Most of us want to get visitors and provide a product that our readers and visitors will enjoy.  One of the ways you can add some value to your website is to offer downloads.  These downloads an be pretty much anything you want them to be – the goal of course would be having something that people want. So whatever that download is you certainly want to keep track of it and see how many people are finding value in your provided download. I am currently using the Download Monitor plugin from Mike Jolley and it provides me everything I need to setup my websites downloads and keep track of them easily. Once you have installed the plugin from the WordPress Plugin directory – head into your Admin panel and activate the plug in. You will now find a menu […]

[Continue Reading...]

WordPress Plugin Releases for 04/11

8
responses
by
on
April 11th, 2009
in
WordPress Plugins

New Plugins WP Frame Breaker Uses a short JavaScript to remove any containing frames around your WordPress site. The Digg toolbar now adds frames to sites, affecting site owners traffic stats and SEO. Using “WP Frame Breaker” will force your site out of the Digg containing frame. Private Tags The “Private Tags” WordPress plugin allows users to specify a list of tags or categories to keep hidden from the public – all posts within the specified tags/categories, and the tags/categories themselves, will not be visible to anyone but the original author. Traffic Exchange Install this plugin to your WordPress blog, enter your Traffic Exchange List username into the plugin settings page, and automatically when you write about the traffic exchanges listed it will make the names links to the Traffic Exchange List page with your referral link. Blog Audit Blog Audit is a WordPress plugin which helps you audit your […]

[Continue Reading...]

How to Highlight Search Terms with jQuery

70
responses
by
on
April 10th, 2009
in
HOW-TO, WordPress FAQs

A neat way to spice up your WordPress search page is to highlight search terms within your search results. I’ve seen some tutorials on the net on how to do this, but I haven’t found one that highlights both title and post content and is a drop-in modification for WordPress. Today I will bring you this drop-in hack for highlighting search terms on your WordPress blog. Installation 1. Copy and paste the following code into your theme’s functions.php file: function hls_set_query() { $query = attribute_escape(get_search_query()); if(strlen($query) > 0){ echo ‘ <script type=”text/javascript”> var hls_query = “‘.$query.'”; </script> ‘; } } function hls_init_jquery() { wp_enqueue_script(‘jquery’); } add_action(‘init’, ‘hls_init_jquery’); add_action(‘wp_print_scripts’, ‘hls_set_query’); If you are having issues with copy-paste from this blog, here is a link to the same code in a txt file: Code to insert into functions.php 2. Copy and paste the following code into your theme’s header.php file (just before […]

[Continue Reading...]

WordPress Theme Releases for 04/09

9
responses

Dark Strict 2-column design with widget ready sidebar Typogriph Typogriph is a minimalistic WordPress theme, with a strong focus on content, typography and further customization. The strict XHTML is valid and SE optimized. The layout is grid-based and liquid. It uses a minimal color scheme (white, dark, shades of gray, khaki and burnt red – for mouseover events). Typogriph is widget-ready and supports all the WP 2.7 features. Swiss Widgetized sidebar with 125×125 sidebar advertisement support and support for theme options, with inbuilt page templates. The Buffet Framework The Buffet Framework is a theme framework designed not only for the theme developers who will be using the theme actions and filters to create the child themes, but also for the end users who would be able to add and remove what they want. Night City 2-column design with widget ready sidebar

[Continue Reading...]

WordPress Plugin Releases for 04/07

4
responses
by
on
April 7th, 2009
in
WordPress Plugins

New Plugins No Frames No frames removes the browser frames sometimes imposed on your site. Ads For Old Posts The Ads For Old Posts plugin will automatically insert an ad block in your posts once they reach a certain age. The idea is to not bother your regular readers with ads, but display the ads for people who may find your posts months and years later. Skype Online Status The plugin Skype Online Status allows you to add one or multiple, highly customizable and accessible (!) Skype buttons to your blog. You can pick any of the available Skype button themes that will show your online status and place them in your pages and posts content (with a neat little Skype quicktag button in the WYSIWYG editor), in your sidebar via widgets (unlimited number) or anywhere in your theme template files. Linkify Categories Turn a string, list, or array of […]

[Continue Reading...]

An Introduction and a Plugin Review: Admin Links Widget

20
responses
by
on
April 7th, 2009
in
WordPress Plugins

Hello everyone.  My name is Rich Hay and I want to start off by thanking Mark for inviting me to write for Weblog Tools Collection.  I have been a long time reader of this site so it is both exciting and humbling to be given the opportunity to write about WordPress on here. I look forward to our interactions in the future. I have been banging around the Internet since the early 90’s and put my first website online at GeoCities.com.  The technology has come along way since those days and I have now been maintaining and developing WindowsObserver.com in one form or another since 1995. So as I was looking around for a subject to write about for my first blog post here I decided I would select what I consider to be a very simple but useful plugin – at least for my aesthetics. By default when you […]

[Continue Reading...]

WordPress Theme Releases for 04/06

7
responses

Fotofolio Fotofolio is a free wordpress template designed for easy creation online portfolio for Visual Workers; Photography, Graphic Design, Manga, Architect, etc. Fotofolio is very simple and easy to use. Flowers4U Two column, fixed width, right sidebar, widget ready theme. Vector Leaves Two column, widget ready theme. Carrington Text Carrington Text is a clean, simple theme with only text and spacing used for layout and design. Mobile Clean Three column, clean and simple theme.

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php