Skip to main content

Home/ Wordpress/ Group items tagged template-tag

Rss Feed Group items tagged

Vernon Fowler

Conditional Tags « WordPress Codex - 0 views

  • The Conditional Tags can be used in your Template files to change what content is displayed and how that content is displayed on a particular page depending on what conditions that page matches. For example, you might want to display a snippet of text above the series of posts, but only on the main page of your blog. With the is_home() Conditional Tag, that task is made easy.
  • is_single()  When any single Post (or attachment, or custom Post Type) page is being displayed. (False for Pages)
  •  
    Great for use with the Widget Logic plugin. A reference for all the conditional tags that help you restrict a widgets viewing.
  •  
    Warning: You can only use conditional query tags on or after the init action hook in WordPress. For themes, this means the conditional tag will never work properly if you are using it in the body of functions.php, i.e. outside of a function.
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."
Luciano Ferrer

WordPress › Archivist - Custom Archive Templates « WordPress Plugins - 2 views

  •  
    "Shortcode Plugin to display an archive by category, tag or custom query. Customizable via HTML templates. "
Luciano Ferrer

WordPress › Dynamic Widgets « WordPress Plugins - 2 views

  •  
    "Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamically show or hide widgets on WordPress pages by setting conditional logic rules with just a few mouse clicks. No knowledge of PHP required. No fiddling around with conditional tags. You can set conditional rules by Role, Dates, Browser, Theme Template, Language (WPML or QTranslate), URL, for the Homepage, Single Posts, Attachments, Pages, Authors, Categories, Tags, Archives, Error Page, Search Page, Custom Post Types, Custom Post Type Archives, Custom Taxonomies in Custom Post Types, Custom Taxonomies Archives, WPEC/WPSC Categories, BuddyPress Components, BuddyPress Groups, Pods pages and bbPress."
Luciano Ferrer

WordPress - Fanciest Author Box | CodeCanyon - 0 views

  •  
    "Fanciest Author Box is a WordPress plugin developed by ThematoSoup. It's long list of features allows you to give identity to your single or multi-author WordPress blog. This premium author bio plugin is very easy to use and customize. Right after installation the author bio is, by default, enabled on all your posts, pages and custom post types. You can also implement it as a widget in your sidebars, as a template tag or manually using a shortcode. It's translation ready and users color pickers which allow you to set your own color scheme."
Luciano Ferrer

WordPress › Events Made Easy « WordPress Plugins - 5 views

  •  
    "Manage and display events. Includes recurring events; locations; widgets; Google maps; RSVP; ICAL and RSS feeds; PAYPAL support. SEO compatible. Events Made Easy (formally called 'Events Manager Extended') is a full-featured event management solution for WordPress. Events Made Easy supports public, private, draft and recurring events, locations management, RSVP (+ approval if wanted) and maps. With Events Made Easy you can plan and publish your event, or let people reserve spaces for your weekly meetings. You can add events list, calendars and description to your blog using multiple sidebar widgets or shortcodes; if you are a web designer you can simply employ the template tags provided by Events Made Easy."
Luciano Ferrer

WordPress › Meteor Slides « WordPress Plugins - 2 views

  •  
    "Meteor Slides makes it simple to create slideshows and publish them with a shortcode, widget, or template tag. The slideshows scale with responsive and fluid themes to fit any device and have touch support. Powered by jQuery Cycle with over twenty transition styles to choose from."
Luciano Ferrer

WordPress › WP-PageNavi « WordPress Plugins - 0 views

  •  
    "Adds a more advanced paging navigation interface. Want to replace the old ← Older posts | Newer posts → links with some page links? This plugin provides the wp_pagenavi() template tag which generates fancy pagination links. See the installation instructions for using it in your theme."
anonymous

WP Coda Slider - 0 views

  •  
    Add a jQuery Coda Slider in no conflict mode to any WordPress page, post or custom post type using shortcodes or template tags.
anonymous

Breadcrumb Trail - 0 views

  •  
    An easy-to-use template tag for showing a breadcrumb menu on your site.
Luciano Ferrer

How to Style Each WordPress Post Differently - 0 views

  •  
    "Have you ever came across a site that style their posts differently? Some sites have different sticky posts highlighted whereas others have each category post styled with a different color, or some may even have a totally unique outlook altogether. Well, that is exactly what we are going to cover in this article. We will share how you can style different WordPress posts in different ways. So what are we going to use? We will use a function called post_class. Post Class function prints out different post container classes which can be added, typically, in the index.php, single.php, and other template files featuring post content. Note: This tutorial requires that you are somewhat familiar with WordPress theming, and know fairbits of HTML / CSS. "
Luciano Ferrer

Template Tags/register nav menu « WordPress Codex - 5 views

  •  
    "Registers a menu location to use with navigation menus. Even if you explicitly set theme support for navigation menus, this function must be in your theme's functions file for WordPress to recognize navigation menu support in your theme. "
1 - 17 of 17
Showing 20 items per page