Posts Tagged ‘WordPress’

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 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...]

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...]

Plugin Review: Post Templates

17
responses

What is Post Templates? If you find yourself writing posts and pages on a regular basis which have the same structure, then this plugin would be a great addition to your WordPress plugin arsenal. Written by Vincent Prat, Post Templates plugin helps you save time blogging by letting you save and recall templates for writing posts and pages. Screenshots To create a template from scratch, you can use the new admin bar group “Templates.” After clicking “New Post Template”, you will be brought to the edit template page. After you’re finished creating your template, you can create a post from that template through the template edit page itself or the template management page. To create a template from an old post, you can use the “Templatize” button on the post listing page. What I Like About It What I love most about this plugin is simply what it does. I […]

[Continue Reading...]

WordPress Plugin Releases for 04/04

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

New Plugins Disable Search Disable the search capabilities of WordPress. Linkify Tags Turn a list of tag IDs and/or slugs into a list of links to those tags. WP Minify Integrate Minify into WordPress for you and help you improve your site load time. Delete Posts Revisions Delete Revision is a simple WordPress plugin that remove all revision post within few click. This WordPress plugin also automatically search for post revision on your WordPress database by pressing the Check Redundant Revision button. No Duplicate Content in Comments Check comments for duplicate content using Google AJAX Search API as they are published. Emails you whenever it finds a match so you can check it and decide if you will delete it. MapPress MapPress makes it **easy** to add Google Maps and driving directions to your blog.  Just type an address and click the ‘insert’ button.  The plugin will insert a great-looking […]

[Continue Reading...]

WordPress Theme Releases for 04/03

8
responses

Ipseity A light, configurable theme ideal for a personal branding website. Includes styles for H1/H2/H3 with posts displayed in a slidescroller. Lenen Lenen Theme is a free, 2-column, Widget-ready, xhtml valid and SEO friendly theme created for WordPress. Compatible with wordpress 2.7+ Alaskan Lake Two column, fluid, widget ready theme with a font-resizing bar. Also available are four other variations of the theme on the same page. Majapahit 2.0 [removed: weird/no licensing, half premium theme] Newspaper style widget ready, WP 2.7+ compatible, 3/4 columns theme with theme options and several other features. Black Carpet A three column WordPress theme, widget and WP2.7 ready. The Integrity Theme The design is sleek, usable, professional, and has several design options one can control from the theme’s control panel. The home page can be organized like a traditional blog (latest post at the top of the page), or as a magazine theme + static […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php