I\'ve got a Wordpress structure like this. HOME HOME > BLOGS HOME > BLOGS > BLOGNAME1 > SINGLE PAGES HOME > BLOGS > BLOGNAME2 > SINGLE PAGES
I\'m trying to do a small open CMS with CodeIgniter and I\'m now working on the categories system. I\'m really stuck with that and after many tries and forum post I didn\'t solve it.
In my PHP application, I have a mysql table of articles which has the following columns: article_idarticletextcategory_idscore
I try to add a category in magento by this code: $_cat = new Mage_Catalog_Model_Category(); $_cat->setName($nom);
I have a magento site.We are using layered navigation and I would like to add Static content to the category landing page along with results.I have added the cms block and it looks great on the main c
I have a couple of pages (hom开发者_如何学Ce, about me, ...) in my main navigation. Now I\'d like to get rid of my sidebar and I have plenty of space in my main navigation. Is there any chance I could
I have 2 category level (top level & sub category). On the top category page i need to show all the sub category with few of the sub category products for each sub categories. Also need to show so
I am having a little problem. My scenario is: I will build a project with a lot of target. I want have the \"public code\" (for all target) and \"specific code\". The problem is: In \"public code\", I
If I override a method in a category, will it just affect the files including it, or it affects the whole project?
I am developing a new service that will query multiple offers (Groupon, etc. ..) and I would like to decipher which cate开发者_运维百科gory belongs to this offer.