background preloader

Wordpress

Facebook Twitter

Theme Matcher - Instant Wordpress Theme to Match Your Website. WordPress Tips and Tricks. Flash Template - Delicious Template. The “Personal License (single use)” grants you a non-exclusive and non-transferable right to make use of this product in a single non-commercial* website (or application**), your own work or client work. * A non-commercial application is an application which is not owned by a company, even if the application in which this product will be included does not directly generate income an individual, when the application in which this product will be included generates income in any form (i.e. a website with paid advertising) ** An application can be a website, a software, an electronic document such as a PowerPoint presentation or an e-book, a printed document, a video production There is no restriction on the number of copies of this product within the same application.

If you want to use this product in multiple non-commercial applications owned by:

WP Resource DL's

List of all WP action hooks and filters -- Adam Brown, BYU Political Science. WordPress coders, theme authors, and plugin developers use the hooks listed below to change how WordPress behaves without needing to edit any PHP source files. Use this index to identify the WordPress hooks that you need. Click a column name to sort. For a specific WordPress hook's version history and file locations, click on the hook's name. If a hook is not in the most recent version (4.1), then it is deprecated. Do not use it. Viewing options: View all hooks • View action hooks • View filter hooks • View deprecated hooks Important warning about variable hooks Some hooks have variables in their names. Carson Shold | Archives. Useful WordPress Code Snippets and Hacks | webexpedition18 - Waterfox.

When coding WordPress themes, especially if you do it regularly, its really useful to have a selection of code snippets in your toolbox to just ‘copy-n-paste’ as and when the functionality needs. Here are useful code snippets and hacks that will help you extend the capabilities of your WordPress site, and of course save your time. First, you need to create the shortcode. To do so, copy the code below and paste it into your functions.php file. Once done, you can use the shortcode. Source The Visual Editor in WordPress Admin is missing out some basic buttons like hr, del and ins. Source Simply paste the following code where you want to display your latest Google+ update. Source Copy the function below into your functions.php: To display an author’s total number of comments, use the function like this inside of your comments loop: Source Put the code below, in your theme sidebar or wherever You want to display your popular posts from specific category.

Source Source Source Source Source Source Source. Like WordPress 3.2′s Distraction-Free Editor? You’re Going to Love Artsy Editor! WordPress 3.2 was released on the 4th of July, sporting its new fancy distraction-free editor for composing in full-screen mode. If you’re a fan of the new editor, then you’re bound to love the new Artsy Editor, created by Stephen Ou. It’s a premium editor with an even simpler UI than WP’s distraction-free editor. One of the most exciting features of Artsy Editor is the convenient image management. It lets you drag-and-drop images, Photoshop-style resize images, customize the interface, and much more.

Check out a screenshot of Artsy Editor in action: Artsy Editor gives you a clean and customizable writing environment where inspiration can flow freely. What’s the difference between Artsy Editor and WordPress 3.2′s Distraction-Free editor? WordPress 3.2 has a basic implementation of a distraction-free writing environment. Try out a live demo of Artsy Editor and see if you’re not convinced. WPMU.org Readers Receive a 20% Discount on Artsy Editor!

WP Plug-Ins & Themes

First Impressions of Custom Post Type - label, public, excludefromsearch, publiclyqueryable, showui, inherittype. One of the new very interesting things in WordPress 3.0 are individual post-types you can implement with little effort. Back then, you had to expand the database and write your own interface for it, now you just have to add a few lines of code - of course this is just the current state, which can be change until the final release. After Justin had been playing with these types, we check out the possibilities of types for "Movies". Simple Solution function post_type_movies() { register_post_type( 'movies', array( 'label' => __('Movies'), 'public' => true, 'show_ui' => true ) ); register_taxonomy_for_object_type('post_tag', 'movies');} add_action('init', 'post_type_movies'); More parameters for meta-boxes Of course there are a number of parameters for this function and so the behavior and appearance of the corresponding edit page can be controlled quite easily, a small sample with additional meta boxes: The default arguments // Args prefixed with an underscore are reserved for internal use.

All Categories. Plugins - WizyLike Like/Unlike WordPress Plugin for Posts. Important, see FAQ section » WizyLike is a WordPress plugin that allows registered users or visitors to like/unlike your blog posts. It allows the user/visitor to like your post one time only and unlike it if desired. WizyLike has 3 style options and 12 colour options for maximum customisation. The mark-up is dead easy to style so if ready made styles doesn’t suit you, go ahead and make your tailored style Through the plugin’s settings page you can setup the colour, style, users-only limit, like text (eg ‘like?’) Note: The live preview is open for visitors to like the ready made posts on there. Version 1.6 First Release. Kaboodle Business WordPress Theme - Best WordPress Themes. 47 Awesome Best Wordpress Themes by Themeforest at DzineBlog. Gravity Forms Widget + Extra's. Php - Facebook Graph API, how to get users email. How to integrate social networking in wordpress using facebook connect api and wordpress plugin [Tutorial]

Facebook connect is a Facebook API to integrate Facebook related social networking option to your website. It provides a secure layer of authentication mechanism to integrate partial Facebook features, user details for you. Today I’m going to show you a way to integrate Facebook authentication for your WordPress blog. This article assumes that you are already running WordPress 2.7 or above. It’s possible to make a Facebook connect plugin from the very scratch but here I’m covering the easy way to implement it.

Alternatively because of some problems with this plugin, I’ve written another post for much more easier way to integrate facebook (Using Official Plugin). Now here are the steps to make you accomplish on this matter. Advertisement #1 – Make the Facebook Application Do you have a Facebook Profile? Click on Start Now ButtonInsert your application name and create the application, here is the typical application settings #2 – Implementing the fbConnect Plugin #3 – See it in Action. ThemesWebDevCat. jQuery Mobile – Mobile theme Built with the incredible jQuery Mobile plugin, this theme is perfect for those who want to make a good looking and easy to read version of their blog.

It uses most of jQuery Mobile features to guarantee an optimal ease of reading on mobile devices such as the iPhone, Blackberries or Android. Please note: I do not give any free support and do not answer any questions about this theme. Snippet – Thematic child theme Snippet is the Thematic child theme I use on my site PHP Snippets. OpenBook – Magazine Theme Initially released in 2008, OpenBook is a “magazine” theme with nice features such as column display, news slider and drop-down menu.