Skip to main content

Home/ Wordpress/ Group items tagged categories

Rss Feed Group items tagged

Luciano Ferrer

WordPress › List category posts « WordPress Plugins - 2 views

  •  
    "List Category Posts allows you to list posts from a category into a post/page using the [catlist] shortcode. The shortcode accepts a category name or id, the order in which you want the posts to display, and the number of posts to display. You can also display the post author, date, excerpt, custom field values, even the content! The [catlist] shortcode can be used as many times as needed with different arguments on each post/page."
Vernon Fowler

Using Permalinks « WordPress Codex - 0 views

  • Using %category% with multiple categories on a post When you assign multiple categories to a post, only one can show up in the permalink. This will be the lowest numbered category (see Manage Categories). The post will still be accessible through all the categories as normal.
Luciano Ferrer

How To Style Your Posts Based on Category, Tag or Custom Taxonomy in WordPress - Theme.fm - 0 views

  •  
    "How To Style Your Posts Based on Category, Tag or Custom Taxonomy in WordPress Style Posts by Taxonomy We heard this question many times and it's not as simple as it sounds, so we're dedicating a whole blog post to the solution. Today we'll talk about child themes, taxonomy (categories, tags and custom taxonomy), the post_class function, it's filter friend and their correct usage in WordPress themes. As simple as it sounds, adding the appropriate CSS rules to your theme stylesheet doesn't always work unless you're using default themes or very well written ones. Then again, even if it does, you might see it broken during the next update to the theme you're using, which brings us to child themes."
Luciano Ferrer

Style Different Categories in Your WordPress Site Differently Using CSS - Tuts+ Code Tu... - 0 views

  •  
    "In the previous tutorial I showed you how to style the posts on your main blog page according to their category, creating color coding by category. A lot of sites that use this technique also take it further by adding distinct styling to each section of their site, in a way that co-ordinates with the styling on the main blog page or home page. You can just use a simple color scheme or add completely different styling to each section, maybe with a different logo or branding for different parts of your organisation, or even a different layout. An example is the London Times website, which uses a different color for each section of its site. The front page uses these colors in a banner above each post, as shown in the screenshot:"
Luciano Ferrer

WordPress › Ninja Page Categories and Tags « WordPress Plugins - 5 views

  •  
    "A simple plugin that allows the user to assign categories and tags to pages. "
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

Category Templates « WordPress Codex - 3 views

  •  
    "This article explains how to change what happens when the blog viewer is visiting one of your site's Category pages. This involves the use of Themes and Template files, so if you are new to template files, you might want to read Using Themes and Stepping Into Templates first. "
Vernon Fowler

WordPress › Content Audit « WordPress Plugins - 4 views

  • You can display the audit details to logged-in editors on the front end if you want, either above or below the content. You can style the audit message.
  • If you want to see sparklines from Google Analytics, also install the Google Analytics Dashboard plugin. This will give you some idea of how popular an article is, which might influence your decisions.
  •  
    Lets you create a content inventory right in the WordPress Edit screens. You can mark content as redundant, outdated, trivial, or in need of a review for SEO or style. The plugin creates a custom taxonomy (like a new set of categories) that's visible only from the admin screens. Since the content status labels work just like categories, you can remove the built-in ones and add your own if you like. You can also assign a content owner (distinct from the original author) and keep notes. The IDs are revealed on the Edit screens so you can keep track of your content even if you change titles and permalinks. The plugin supports the new custom content types in 3.0.
Peter Nilsson

How to Beef Up Your WordPress Category Pages - 6 views

  •  
    What if, instead of being purely a list of links to blog posts, your WordPress category pages actually provided some value to the visitor? Now they can.
anonymous

Category Posts Widget - 0 views

  •  
    Adds a widget that shows the most recent posts in a single category.
anonymous

WP Category Post List Widget - 0 views

  •  
    Plugin Widget to list down posts filtered by category, with thumbnails, custom html structure and more.
Luciano Ferrer

WordPress › Google Maps Ready! « WordPress Plugins - 0 views

  •  
    "Display custom Google Maps. Set markers and locations with text, images, categories and links. Customize google map without any programming skills Easy to use and powerful Ready! Google Maps WordPress plugin. Customize google map and add to the post/page with shortcode or use as a widget. Allow to open maps in pop-up. Add markers with text, images, links description and custom icons. Categories and sort markers and location points."
netgains

Try It On Tattoo App Launched for iOS - 2 views

  •  
    Now you check how tattoo looks on your body before print. Netgains has launched new iOS Tattoos app named "TryItOn" which gives you facility to select design, styles, fonts, categories and symbols from thousands of classic/modern unique tattoos. Curious to know more about this app?
  •  
    Now you check how tattoo looks on your body before print. Netgains has launched new iOS Tattoos app named "TryItOn" which gives you facility to select design, styles, fonts, categories and symbols from thousands of classic/modern unique tattoos. Curious to know more about this app?
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. "
TheAppGuruz

CSS 3 Menu Rotation Tutorial - 1 views

  •  
    CSS 3 Menu Rotation Tutorial: Using simple CSS create a css 3 menu rotation. When You have create a site or template in this you have a different category..
  •  
    CSS 3 Menu Rotation Tutorial: Using simple CSS create a css 3 menu rotation. When You have create a site or template in this you have a different category..
Peter Nilsson

How to Add Sticky Posts in WordPress for Categories - 0 views

  •  
    I appreciate all the support and help I am getting from you and Cloud Gateways. I Hoping to refer new customers for you guys.
Luciano Ferrer

PHP Code To Exclude a Category From a WordPress Page - 1 views

  •  
    "function exclude_category($query) { if ( $query->is_home() ) { $query->set('cat', '-xx'); } return $query; } add_filter('pre_get_posts', 'exclude_category');"
1 - 20 of 62 Next › Last »
Showing 20 items per page