1 Pixel Out » Audio Player Wordpress plugin. WordPress : récupération avancée des images d’un article – piouP. Search plugin « Andy Skelton. Search API. Xxternal RSS | Pretzlaff.info. Geo Mashup implementation guide at bioneural.net. Geo Mashup is one of my favourite WordPress plug-ins (and no, that’s not just because it adopted the Geotag Icon). It neatly integrates geographically-relevant blog posts with a custom Google Map displayed within your own site. The Maps API in turn allows those willing to dirty their hands with a little JavaScript the option to pull in geotagged content from external sources, including photos (e.g. from Flickr, Panoramio, Picasa Web Albums), content from other blogs (via GeoRSS feeds), and placemarks from Google Earth (uploaded KML/ KMZ files, even with network links). What follows is an implementation guide, sharing some usage tips and the code used on bioneural.net. The code given here applies to Geo Mashup 1.1.1 and WordPress 2.6.2.
Geo Mashup 1.2 was released on 19.03.09. Some of the code here may require modification. Installing the plugin Download Geo Mashup here, expand the ZIP archive and upload the geo-mashup directory to /wp-content/plugins/ on your web server. Creating a map page. Page Flip Image Gallery. Search Engine Optimized (SEO), Adsense-Ready Free WordPress Them. Define Your Own WordPress Loop Using WP_Query | Weblog Tools Col. We all know what the WordPress Loop is right? If not, there are many great tutorials around the web that explain the WordPress Loop. One of the easiest ways to navigate and manipulate the loop is to use the function called query_posts. Nathan Rice calls it a WordPress developers best friend. When you use query_posts, however, you risk the following: Potential to interfere with plugins which make use of the Loop.Potential to invalidate WordPress conditional tags.Having to deal with resetting, rewinding, offsetting… I say skip query_posts.
Creating Your Own Loop With WP_Query The first step is to instantiate your own variable using the WP_Query class. What we’ll be doing in this example is creating a common feature on blogs, which is to display a list of the recent articles. <? All I’ve done in the above code is defined a variable named recentPosts and instantiated an instance of WP_Query. I then used a method of WP_Query to start a query (pretty much the same thing as using query_posts). <? <? 6 astuces pour créer votre thème Wordpress magazine. Depuis quelques mois, les thèmes dits magazine attirent l'attention de nombreux blogueurs. En effet, grâce à quelques astuces, il est possible de transformer votre thème classique en un véritable magazine en ligne à l'aspect professionnel. 1 - Les commentaires conditionnels WordPress possède plusieurs fonctions qui permettent de déterminer dans quel style de page le visiteur se trouve.
Grâce à ces fonctions, il est possible d'afficher certaines parties du thème à des endroits spécifiques. Voici ces 14 fonctions: is_home() is_single() is_page() is_category() is_author() is_date() is_year() is_month() is_day() is_time() is_archive() is_search() is_paged() is_404() Supposons que vous souhaitez afficher votre nuage de tag uniquement sur la homepage de votre blog. Tags wp_tag_cloud('smallest=8&largest=18'); 2 - Définir une page statique en tant que homepage Afin d'effectuer cette opération, rendez-vous dans votre paneau d'administration, puis dans Options ? 4 - Images en homepage grâce aux champs personnalisés. Head META Description « guff. Lazy WordPress plugin posting time! Another of my did it but for some reason didn’t release it plugins, Head Meta Description provides an automatic meta description tag for your blog, inserting a dynamic description depending on the query-type (i.e. page you’re on).
Some search engines are supposed to love this tag, so I guess we should, too. Ooh ooh, get ready for brain-numbing install instructions:: download the zip file and extract head-meta-desc.php from it, upload this to your wp-content/plugins/ directory, and activate Head META Description under Plugins in WordPress. Phew! If your theme already calls the wp_head() plugin hook from the <head> element, the plugin will work right off. If not, add this on its own line (before the closing </head> tag) in the header of your theme, typically in the header.php template: Head META Description provides four user-configurable variables.
$default_blog_desc $post_desc_length $post_use_excerpt $custom_desc_key. Cyberhobo. Thanks for your interest in Geo Mashup! If you want to learn more about what it does and how to use it, visit the project page or play with my hobomap as an example. Donations in the past month: $ 0 Powered by cyberhobo and you Geo Mashup started as a hobby and eventually helped me transition from a salaried web developer to an independent freelancer. Answer questions in the discussion group . If you need a web host, let me recommend one . If you have a project that uses Geo Mashup, hire me to jazz it up. If you’re a developer, offer to help implement a new feature . Make a donation. Google Code Project Resources downloads documentation requests / issues / bugs News Release feed Examples Development blog (my freelance work) User sites The comment list was getting too long, so I established a Google group for continued discussion. Sorry, the comment form is closed at this time. Le plugin Simple Tags pour gérer les tags dans WordPress | WordP.
Set up a Video Blog (or How to Add Flash Video to Your Wordpress. Last updated on So you want to create the next Rocketboom (video blog). Or perhaps you have some video you want to add to your WordPress blog or website. Maybe it’s a video of last year’s Christmas party, a business conference you attended or the kids’ soccer game. Maybe you have a business site and want to provide some video for customers and/or potential customers. For example, when I designed a site for Hi-Way Campers, an RV dealer, I included video walk-through tours of some of the RVs for folks who started their RV shopping online. Website video would also be great for restaurants, conference facilities, hotels, resorts, real estate brokers or anyone with a product people need to see.
Whatever your reason for wanting to add video to your site, it’s pretty easy with WordPress and a couple of other tools. Step One: Gather Your Tools 1. 2. Download the wp-flv.txt file from Roel’s site and change the file name to wp-flv.php. 3. Step Two: Create Your Video 1. We’re in the home stretch. Revolution Theme Demo. Popurls Clone using Wordpress » Ericulous. Revolution News Theme. Cforms II. Binary Bonsai. Le meilleur des plugins pour Wordpress sur Fran6art.com.
Et oui, ça fait un bail que je n’ai pas fait une revue de ce qui se passe sur la planète WordPress ( depuis décembre 2008 si mes souvenirs sont bons… , mais j’ai finalement trouvé une “technique” qui me permette de bookmarker tout ce que je trouve et en faire des articles simples et [...] En fin de semaine dernière, je cherchais une solution originale pour afficher les archives sur le site d’un client.
Ca m’a permis d’en découvrir certains très originaux comme Snazzy Archives, mais le client a fini par choisir Extended Live Archives. Ce plugin permet d’afficher la chronologie des articles de manière originale mais permet aussi d’afficher [...] Ca fait plusieurs fois que des lecteurs me font part d’un problème lié à l’utilisation des “query_posts” de WordPress et du plugin de pagination WP_pagenavi. Depuis ce matin, plusieurs personnes ( merci à elles !
Sons Of Skadi » Extended Live Archive. Where it came from… Some time ago, Jonas Rabbe released his wonderful Super Archives Plugin. Based on an idea discussed on Binary Bonsai, this plugin implements a dynamic, AJAXified way of digging into the archives of a blog. I got to say I loved it. But down the road, being the annoying-never-satisfied guy I am, I got frustrated the plugin only allow that much of ordering. Eventually I wanted a way of applying the same scheme to categories instead of year/month. Where it is now… After a first spin, tagged 0.9.x, Extended Live Archive is now in its second life. And if you enjoy the Extended Live Archive plugin in any way, feel free to… Or you could just look into one of those ads: your clicks will be much appreciated ! The cache directory has changed: it is now part of the package and therefore one more step may be required in the process of installing ELA. Do not download and use ELA unless you understand what a beta version is.Make sure you visit the Official ELA Support Forum.
Category Tagging with WordPress. Category Tagging I do no longer develop this plugin. A new developer has picked it up, and you can find all the latest here: Category Tagging WordPress has a categorization system that lets users categorize posts. However, using categories is no longer state of the art: In the word wide web, tagging is established — and categorizing is obsolete. Tagging is quite different to categorizing since it is based on keywords, for details see Wikipedia’s articles Tags and Folksonomy. For using tags in WordPress, one of the following plugins is recommended: Both plugins offer the possibility to use tags in WordPress and provide additional features such as a tag cloud.
However, if you do not need categories at all, why don’t you use the WordPress categories as tags? Category Tagging First of all, let’s summarize what is needed if we want to use tags on a blog: In addition, we could use the tags of each post to display a list of related posts. Solution Category Tagging Plugin Installation Usage 1. 2. Gengo Download Page »WordPress Multilingual. 2007 archive at NiouMedia. Powered by WordPress Directory - WordPress blogs link directory. E-Commerce Lite de wp au divertissement d'instinct. » AJAX Contact Form plugin for Wordpress. Upload theme | Theme viewer.
Looking for the awesome WordPress themes? Here's the place to find them! Welcome to the Free WordPress Themes directory. Search below or check out our new filter and tag interface. 2,472 themes, 97,809,878 downloads, and counting Featured Themes Download A responsive drag-and-drop design management system for pro websites based on HTML5 and CSS3. Spacious Download Spacious is an incredibly spacious multipurpose responsive theme coded & designed with a lot of care and love. Sugar and Spice Download Sugar and Spice is chic, feminine theme created with wedding blogs and wedding industry in mind. Twenty Thirteen Download The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way.
Catch Kathmandu Download Catch Themes has come up with a full-fledged Corporate/Blog premium WordPress theme, Catch Kathmandu! Fifteen Twenty Fourteen Itek Alexandria. Plugin: Posts in category 1.1 « Geek Notes. Portal WordPress. WordPress : France - Support Documentation Themes Plugins Traduc. Category « Tags « WordPress Support. Collapsable, Foldable, Expandable Category menus for Wordpress: The WordPress category list has a tendency to become unwieldy as the number of nested categories increases. The provided wp_list_cats template tag can display all top level categories, or only the categories within a parent, but does not allow for a collapsible categories list where only the currently active category is expanded to have its children displayed, all others are listed collapsed (folded) to their top-level parent.
Fold Category List has been developed to meet that need, implementing the functionality of Fold Page List for WP categories. Internals Fold Category List is based upon wp_list_cats, and list_cats, modified and renamed for this plugin. This enables the existing functionality of wp_list_cats to be retained (in fact the available arguments are the same as for that tag), while extending it to support the folding of sub-categpry lists for all categories other than the selected category. New in 2.0 (06 January, 2008 — updated to version 2.02 on 09 January, 2008) Usage. Weblog Tools Collection.
College &amp; University &amp; Schools - Free Informatio. // GaMerZ.HomePage.Version.2.0; It Is Not Just About Design; My Top 10 Best Wordpress Plugins « John Chow dot Com. I get many people emailing me about all the various plugins I run on my blog. The emails come so often that I have decided to compile a list of the 10 WordPress plugins I am running. I also provide links to where you can download the plugins. Enjoy! Sidebar Widget The Sidebar Widget is one of the most useful plugins made for WordPress. AdSense Deluxe The AdSense-Deluxe WordPress Plugin allows you to add Google AdSense or Yahoo Publisher Network (YPN) ads to your WordPress posts.
The cool thing about AdSense Deluxe is it keeps tracks of the number of Google ads displayed and limits that number to three (the maximum number of ads Google allows on a page). Digg This Digg This is a plugin that detects incoming links from Digg.com and automatically display a link back to the Digg post, for people to Digg your story. There are many options to choose from in order to display the Digg link. Feedburner Feed Replacement Related Posts This Plugin, available from Mr.
Recent Comments Optimal Title. GaMerZ.WordPress. Alongside WordPress 3.8.2, WordPress 3.9 RC1 has also shipped. The final version of WordPress 3.9 is targeted to be released next Wednesday, 16th April 2014. If you’re a plugin author, there are two important changes in particular to be aware of: TinyMCE received a major update, to version 4.0. Any editor plugins written for TinyMCE 3.x might require some updates. (If things broke, we’d like to hear about them so we can make adjustments.)
For more, see TinyMCE’s migration guide and API documentation, and the notes on the core development blog.WordPress 3.9 now uses the MySQLi Improved extension for sites running PHP 5.5. Download: WordPress 3.9 RC1 WordPress 3.8.2 has been released and it is important for all you guys to update it as it is a security release. WordPress 3.8.2 is now available. Checkout out the full changelog here. Download: WordPress 3.8.2 WordPress 3.9 Beta 1 has been released!
Changes We updated TinyMCE, the software powering the visual editor, to the latest version. Search Excerpt WordPress Plugin | FuCoder.com. Abstract Search Exceprt plugin displays text snippets around found keywords, with matches highlighted, in a WordPress search. Download Download: Search Excerpt 1.2 (PHP, 9.8kb, 2006-07-24) Download: Search Excerpt 1.2 (ZIP, 3.3kb, 2006-07-24) Subversion Repository: svn.fucoder.com/fucoder/search-excerpt/ Usage Download the plugin file. About WordPress' searching capability is a bit mediocre at the moment. To have a more functional search, i.e. returning entries in the order of relevance, I think WordPress would need to either try to index the text (which is wha Search Reloaded plugin is about), or utilise MySQL's full-text search functions. To have a more meaningful result display, i.e. returning text snippets surrounding the matches, is however quite easy to achieve. It extracts out the search keywords, scan the content of matched post entries, and display document snippets around the keyword, with that specific keyword highlighted.
Demonstration Customisation ... Implementation Okay. Support. WordPress Widgets. Portal WordPress » PODPRESS.