The categories tag has no wiki summary.
0
votes
1answer
336 views
display category of subcategories and sub/subcategories
I'm beginner of Php .. I Develop my first dynamic website -> http://www.afrogfx.com
if you look at my sidebar you will see categories list my problem located here if i create sub sub categories like ...
4
votes
3answers
391 views
Working with Stash, Context and Categories in ExpressionEngine
I'm hoping there is a way to use Stash Context with Categories, for example, like so:
{exp:channel:entries channel="channel-name" dynamic="no" disable="member_data|pagination"}
...
3
votes
2answers
411 views
I need to get a list of sibling categories in magento 1.7
So far I think i am working at something like this
<?php
$parentId = $_category->getParentId();
$cats = Mage::getModel('catalog/category')->load($parentId)->getChildred();
$catIds = ...
0
votes
0answers
161 views
how to display all sub-categories upto last level in sidebar, each should be collapsible and expandable
How to display all sub-categories upto last level, including the Top-level categories at sidebar navigation, all Indenting to their parent category. (In hierarchical structure)
Notice, there is a ...
3
votes
1answer
968 views
jQuery UI Autocomplete using both categories and accent folding at the same time
I'm using the jQuery UI Autocomplete widget. I want to be able to use two different functionalities at the same time - Categories and Accent folding.
I can get both working independently using the ...
1
vote
2answers
245 views
how to fetch root category of one magento store into another?
I'll tell in short what I'm trying to do so there's no point of confusion.
My website is a daily deal website and city oriented.
In starting I'll be launching my website only for 2 cities. ( includes ...
0
votes
0answers
46 views
How to import wiki categories and their relationships
I want to have wiki categories and its hirarchical relationship in my MYSQL database. For that I have imported the 2 wiki dumps to MYSQL. enwiki-20110901-categorylinks.sql and ...
0
votes
2answers
45 views
basic issue: how do I include a category method in another class?
This is a super-basic question. I want to use a class from Matt Gemmell's MGImageUtilities in my app. I've added the classes UIImage+ProportionalFill.h and UIImage+ProportionalFill.m to my project. ...
0
votes
2answers
169 views
PHP RSS reader - multiple category tags
So i am using this function:
function getFeed($feed_url) {
$content = file_get_contents($feed_url);
$x = new SimpleXmlElement($content);
echo "<ul>";
...
0
votes
0answers
319 views
geo theme places sub categories with parent categories
I have searched @ webs also in SO but I can't find any solutions on this topic. I am creating a local business directory. I choose the GEO THEME from Templatic, I need to create a page template.
...
0
votes
3answers
122 views
how to get products according to their category [closed]
I have made recently a catalog which have 2 categories (nokia,samsung)Now I want that when user click on nokia so nokia products should be appear and when user click on samsung so samsung products ...
0
votes
1answer
51 views
How to get the full list of categories of “likes”?
I need to get the full list of categories which appear in https://graph.facebook.com/me/likes.
This is to build a mapping system based upon Facebook likes categories of an user and some other data.
0
votes
0answers
268 views
How to show sub categories with images and links instead of products in main content area
Upon clicking Categories, I want to show up Sub-Categories (instead of products) in the main content area in GRID format (in the middle) with their respective links and clickable images.
As the one ...
0
votes
1answer
130 views
Wordpress admin: set category from variable instead of checkbox
The only way to set a category to a new post seems to be to select the appropriate one via a check-box before submitting it.
At best, you can set a default category as an option in case no box has ...
0
votes
0answers
77 views
Wordpress admin sidebar: category oriented?
I believe this one is a long shot.
My wordpress admin is quite minimalistic as the users only have the ability to create, edit and delete posts divided into categories.
No pages, no comments, no ...
2
votes
2answers
64 views
Find Most Relevant Child in Dictionary
Taking this dictionary:
{'local': {'count': 7,
'dining-and-nightlife': {'count': 1,
'bar-clubs': {'count': 1}
},
'activities-events': {'count': 6,
'outdoor-adventures': ...
0
votes
1answer
88 views
Creating a Scrolling Categories Section In a Navigation Controller (XCode)
So I'm curious. I was looking into a way to create a categories selector similar to the one located at the top of this application: http://itunes.apple.com/us/app/xfeed-rss-reader/id313206921?mt=8 ... ...
0
votes
3answers
115 views
Linking to category magento
I'm looking to get a product on a home page slider in magento to link to the category it is in... so far i have:
<?php
$allIds = $product->getCategoryIds();
foreach($allIds as ...
0
votes
2answers
1k views
Prestashop categories as dropdown in Header Menu
This question is regarding Prestashop.
I want to show the category listing in my custom header menu. I do not want to add any third party module to show the same. Please let me know which code ...
1
vote
2answers
1k views
Android : How to simply add categories/Separators/Section header in my list view?
I made a list view using this way :
String[] list = {"1","2","3","A","B","C"};
Widget_List_Adapter adapter = new Widget_List_Adapter(this, list);
//set the onItemClickListener as usual
...
1
vote
1answer
353 views
WordPress - Add/Edit Post Screen Options not showing Categories
this is hopefully a very simple fix but i just noticed on my Add New/Edit Post Screen Options i don't have Categories to Enable/Disable (see pic). Any help muchos appreciated!!
-1
votes
1answer
98 views
How Can i use $_get with build_categories_options function
now i have create categories and create post is successful but when i edit my post i have problem if edit my post i will lose my category .. i need to get my category in table and i can change it
...
1
vote
0answers
66 views
Cookie Redirect For Multiple Categories And Subcategories Under Each Country
Would someone show me how to set cookie redirect for multiple categories and subcategories under each country? I am looking for a drop down menu for this. Thank you.
I have multiple categories and ...
0
votes
3answers
136 views
How to get the number of posts that located in 2 specific categories at the same time in WordPress
I have tried to use this code:
$terms = get_terms('translates_category', 'include=220,238');
But it returns an array with two separate objects:
Array
(
[0] => stdClass Object
(
...
1
vote
1answer
698 views
Publish a post using XML-RPC WordPress API and Python with category
I'm doing a migration from a website to another one which use Wordpress.
I created new custom types for my needs (with the plugin Custom Post Types), and I created categories for each custom type.
...
0
votes
1answer
157 views
Multiple menu items highlighted in wordpress
I've scoured the internet for several hours and turned up similar questions to mine, but they were all unanswered so I have come here for support.
I am using Wordpress as the CMS for my website. For ...
0
votes
2answers
284 views
Get all top level entry values from NotesView
What is the easiest way to get all top level entry values from a notes view? I have found the property "TopLevelEntryCount" returning the number of alle categories, but I want the values, too.
To ...
1
vote
0answers
121 views
Wordpress - accordion custom ids(categories)
I've done custom post type which I named accordion and I did setup a simple accordion with shortcode which works. But now I would like to know how to do allow users to make their own IDs(categories) ...
-1
votes
1answer
107 views
CodeIgniter Simple Edit Category Page [closed]
I have a list of categories with edit and delete buttons next to them, when I click the edit button I am redirected to an edit category page but now I just want to get the category name and echo it in ...
0
votes
1answer
61 views
WordPress: Showing posts by categories/tags on the index page
Is it possible to show posts by categories/tags on the index page instead of taking the user to the tag.php and category.php pages?
For example, when the user clicks the 'Uncategorized' category, I ...
0
votes
1answer
72 views
Inserting tags v categories via PHP
Im trying to insert the category
$apples = "granny smith"
as part of a new post.
I can create a new post with a TAG easily with the following script:
$my_post = array(
'post_title' => ...
2
votes
1answer
171 views
Objective-C: Best Practices for Importing Category Headers
I use several categories for various classes in Objective-C and I am wondering is to be considered best practice for where you import those categories? For instance, here's a nice category for NSDate. ...
1
vote
1answer
137 views
Can't get blog categories to pull stylesheet styles - Expression Engine
So i'm trying to get the category filter on my Expression Engine blog to stay within the same layout when a category is clicked...but everytime i click on a category it jumps me over to a blank white ...
0
votes
1answer
69 views
Open Graph Object Categories.
Documentation on using multiple objects describes creation of certain objects as "categories" while using custom properties to assign them.
It also says that:
Note: Facebook only reads object ...
1
vote
1answer
267 views
How to fetch category tree of wiki?
I want to fetch all wiki category ids, category names ans parent category ids. But, I dont want to do full wiki installation on my own server. Is there an API or all the category data avaiale to any ...
2
votes
1answer
224 views
Show only term text and link of custom post type category that is being viewed
I am trying to show the category name in a wordpress loop for the category page of a custom taxonomy and I have done many searches for an answer and I have not been able to find it or I am doing ...
0
votes
1answer
172 views
Widget Logic WordPress Exclude a Parent Category and it's Children?
I am trying to only show a single parent category and it's children on a specific category page.
How do I exclude all other parent categories and their children?
I am using the plugin Widget Logic. ...
0
votes
1answer
61 views
Wordpress deleting many unused categories
I recently had a web site redesigned and migrated to another domain. The new site uses Wordpress as a CMS for the whole site (it just managed the blog on the previous one). Somehow in the process of ...
0
votes
1answer
246 views
Displaying expressionengine entries in certain category with custom URL structure
Let me explain, I have a website that I need to display a category structure that displays one category depth at a time, then when the final depth is reached, it will display the entries in that ...
1
vote
3answers
580 views
iOS: Trying to call method implemented in category
The prequel for this question is here.
I have a class (A) and the class has category. In the category I've defined and implemented a method.
Now I am trying in (let's assume B) class to call [a ...
1
vote
1answer
91 views
iOS5, StoryBoards, ARC: Weird categories issue
I've created a file with sql methods and now this file is really large. I'd like to split it for best practice and implementation simplicity. So, categories.
I've created in xCode new objective-c ...
0
votes
1answer
124 views
categories & sub categories with many to many relationship
I am starting new project but can not under stand where to start from.I need database design which has categories and 4 level sub categories but the product can have more than one category. so i m ...
0
votes
1answer
76 views
Manually setting wordpress categories for fontface Icons
I'm editing the twenty eleven theme but I want to change the categories so they display the icons as a @fontface icon instead of a word.
The categories needs to look something like this (using an art ...
0
votes
0answers
117 views
Google map with hotspots [closed]
I would like to implement a simple jquery google map with hotspots showing places based upon user's category selection (bars, restaurants etc.). The hotspots must also be able to have different ...
0
votes
0answers
132 views
Magento Categories set Tree Path
I need to insert dynamically new categories to Magento and I done so :
foreach( $items as $item ) {
$category = Mage::getModel('catalog/category')->load( $item->id );
// Bind category ...
1
vote
1answer
448 views
Using jquery to filter Wordpress posts by categories
I'm trying to display a news feed that can be filtered.
Lets say that the wordpress category "NEWS" has sub-categories of "Sports" "Business" and "Region1", "Region2", "Region3"..etc
So the page ...
2
votes
2answers
70 views
MediaWiki: changing the label of a category at the bottom of the page
In mediawiki, is it possible to change the label of a 'Category' at the bottom of an article.
For example for the following article:
=Paris=
blablablablablabla
[[Category:place_id]]
I'd like to ...
0
votes
1answer
213 views
Categories overriding methods in UIViewControllers not working - method never called
I have an iPad 3 app that I want to only be viewable in landescape mode. I have a few UIViewContoller subclasses (it is a really simple app), and in all of them I have the following code:
- ...
0
votes
1answer
451 views
Wordpress - Option to hide posts from front page
I'm using Wordpress page templates to pull posts with certain categories into their own page. My problem is that they are also showing on the home page. I know how to hide categories from the home ...
0
votes
0answers
94 views
wordpress custom post type categories using taxonomy
Hi I have created a custom post type (puds) which adds posts to lets say
/our_puds/post_slug
/our_puds/ is not a valid page so I simply created an our puds page and thats all good.
Now we want to ...

