Skip to main content

Home/ Wordpress/ Group items tagged custom fields

Rss Feed Group items tagged

Jungle Jar

JungleJar | Looking at Wordpress Custom Fields and Images Further - 6 views

  •  
    You may remember a previous article I wrote here on JungleJar.com called Using Custom Fields To Post Your Images, but if not, I'm going to reintroduce a few of the code snippets and methods I wrote about in the tutorial about how to save and display image data from custom fields within Wordpress. In this article I'm also going to cover a few of the small yet robust code block methods I myself tend to practice quite a bit that I didn't previously touch on. So, if you're looking for a solid tutorial on how to use Wordpress Custom Fields to display blog post thumbnails in an easy and flexible manner, then this article is for you.
Luciano Ferrer

WordPress › Get Custom Field Values « WordPress Plugins - 3 views

  •  
    "Use widgets, shortcodes, and/or template tags to easily retrieve and display custom field values for posts or pages. Use widgets, shortcodes, and/or template tags to easily retrieve and display custom field values for posts or pages. The power of custom fields gives this plugin the potential to be dozens of plugins all rolled into one."
Vernon Fowler

Advanced custom fields - Addons - WordPress Plugin of the Week - 3 views

  •  
    Advanced Custom Fields plugin allows developers to take full control of the edit screens & custom field data. Add-ons also allow you to extend the functions even further from limiting characters in a textarea, building unique designed admin pages with the flexible content layout manager to easily including Gravity Forms or Contact Form 7 forms.
Vernon Fowler

Types Plugin - WordPress Custom Post Types and Custom Fields - 4 views

  • Types Plugin – Custom Post Types, Taxonomies and Custom Fields Types is the integrated solution for customizing WordPress. You’ll be able to create custom post types, taxonomy and custom fields – all from within the WordPress GUI.
Luciano Ferrer

WordPress › Advanced Custom Fields « WordPress Plugins - 4 views

  •  
    "Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerfull API, it's a must have for any web dev Advanced Custom Fields is the perfect solution for any wordpress website which needs more flexible data like other Content Management Systems."
Anna Johansson

Extend WordPress With Custom Fields - Smashing Magazine - 8 views

  •  
    By Alex Denning at Smashing Magazine on April 29, 2010. How did Wordpress evolve so quickly? Custom fields, that's how.
anonymous

Custom Field Template - 0 views

  •  
    This plugin adds the default custom fields on the Write Post/Page.
Vernon Fowler

Post Types « WordPress Codex - 1 views

  • it is better if you prefix your identifier with a short namespace that identifies your plugin, theme or website that implements the custom post type. For example: acme_product or aw_product for products post type used by a hypothetical ACMEWidgets.com website
  • Namespacing your custom post type identifier will not guarantee against conflicts but will certainly minimize their likelihood.
  • Do pay close attention to not having your custom post type identifier exceed 20 characters though, as the post_type column in the database is currently a VARCHAR field of that length.
  • ...6 more annotations...
  • register_post_type( 'acme_product', array( 'labels' => array( 'name' => __( 'Products' ), 'singular_name' => __( 'Product' ) ), 'public' => true, 'has_archive' => true, ) );
  • When you namespace a custom post type identifier and still want to use a clean URL structure, you need to set the rewrite argument of the register_post_type() function. For example, assuming the ACME Widgets example from above:
  • 'rewrite' => array('slug' => 'products'),
  • Note: In some cases, the permalink structure must be updated in order for the new template files to be accessed when viewing posts of a custom post type.
  • single posts of a custom post type will use single-{post_type}.php and their archives will use archive-{post_type}.php where {post_type} is the $post_type argument of the register_post_type() function.
  • In any template file of the WordPress theme system, you can also create new queries to display posts from a specific post type. This is done via the post_type argument of the WP_Query object.
Alexis Sgavel

How to Create A Custom WordPress Meta Box - 0 views

  •  
    Creating a custom WordPress meta box lets you make clean UI elements for you and your clients. The default WordPress custom fields are functional, but IMHO, and if you can pull it off, using a WordPress meta box is the way to go. It will give your project that professional touch.
anonymous

Advanced Custom Fields - 0 views

  •  
    Completely Customise your edit pages with an assortment of field types: Wysiwyg, Repeater, text, image, select, checkbox, page link …
Luciano Ferrer

WordPress › Participants Database « WordPress Plugins - 1 views

  •  
    "Build and maintain a fully customizable database of participants, members or anything with signup forms, admin backend, custom lists, and CSV support. This plugin offers all the functionality needed to build and maintain a database of people. The database is fully configurable, allowing you to define all the fields of information you want to store for each record. The records can be entered individually in the WordPress admin section, imported with a CSV file, or let the individuals themselves create their own record. Display lists of records can be sorted and filtered by any field, and the result exported as a CSV file."
Vernon Fowler

Types intro on Vimeo - 0 views

  •  
    Shows how the Types WordPress plugin is used to create custom post types, taxonomy and fields.
william x

Flutter : WordPress CMS Plugin by Freshout - 4 views

  •  
    flutter is a kind of CCK Content Creation Kit for Wordpress, you can create custom fields and groups (example, model, price, picture), retrieve and create templates for your data sets
jpollockgc

Global Custom Fields | Digging into WordPress - 0 views

  •  
    "UPDATE: Make sure to take out "Take Two" on this concept, with a cleaner method for doing this."
Luciano Ferrer

WordPress › Cyclone Slider « WordPress Plugins - 0 views

  •  
    "Cyclone Slider follows the keep it simple mantra. It leverages wordpress' built-in features. It uses custom post for the slideshow, custom fields to store settings, and media uploader for the images. Its simple yet flexible."
1 - 20 of 41 Next › Last »
Showing 20 items per page