Top "Categories" questions

Categories are groupings of information.

How to create Categories in Rails

i'm trying to Add Categories to my Rails app, but don't quite know how to do this. I have many …

ruby-on-rails model-view-controller controller categories
What does "category" in the manifest mean?

The documentation says you can specify a custom category. When, why and how would you do it? What would be …

android categories
Make Wordpress subcategories use Category Template

I've got a category template: category-projects.php This category has subcategories, but they're refering to the template category.php for …

wordpress templates categories
Add category attribute with WYSIWYG enabled

I'm following this tutorial: http://www.atwix.com/magento/add-category-attribute/ All is working well, attributes are added to categories, but …

magento wysiwyg categories custom-attributes
add category programmatically prestashop

I would like to add categories programmatically to prestashop, i tried this code $object = new Category(); $object->name = "xcvxvvx"; …

categories prestashop
Paginate through posts of a single category in Wordpress single.php

I have set up a site using Wordpress as my CMS. I am using the site as a portfolio to …

wordpress categories posts paginate
Separate categories for post types

Is there any way to create custom post type with separate categories in wordpress? Example: Post type "News" should have …

wordpress categories custom-post-type
prestashop associated categories in product.tpl

I have a product that belongs to two categories "rings" and "collections->waves" (category->subcategory) I can show …

categories product prestashop
Checking products in cart based on category name woocommerce?

I'm trying to trigger an echo statement if a certain category of product is in my cart, here's my code: &…

php woocommerce categories cart
How to Get Current First Responder from Window Controller in Cocoa?

I would like to find the first responder view in a window. To do this, I would like to implement …

cocoa nsview categories first-responder