Search
Search Only:

Search Keyword category

Total: 9 results found.

1. Joomla plugin SEOMeta
(CMS/Joomla)
SEOMeta is powerful SEO plugin, it can help your site to avoid duplicate titles. It can help on frontpage, section, category and content. 1. FrontPage SEO. For pagination, from the second page, SEOMeta ...
V1.0: If the current menu using com_content, this mod will display latestly Contents of the category or section selected by the menu. For frontpage and some other cases(the active is not using com_content), ...
3. MulitAds1.1.3
(CMS/Joomla)
... control. Only the number articles will display the ads. 2.Add align style V1.0.3 Handle section and category blog layout.It perform the same as the frontpage. V1.1.0 1.Add exclude articles. 2.Add exclude ...
4. Default Joomla Modules
(CMS/Joomla)
... of viewers currently on the site Random Image Shows a random image Newsflash Shows a random content item from a chosen category Latest News Shows link list of most recently published content items Popular ...
... appearing when the mouse cursor hovers over it The type of parameter A categorized list is below: Content section - All published sections in a list category - All published categories in a list ...
... - Recommend mod_latestByCategoryOrSection Site statistics - can each day, month, year to view the site visit a few, Unique Visitor few, referrence site, visitors ip & state, etc - to use plug-in Joomla ...
... by categories. It combines and extends Joomla!'s build in "Section Layout" and "Category List Layout". SectionEx is written for Joomla! 1.5 using its model-view-controller architecture. Get it here ...
In joomla1.5.X, If the active menu links to com_content, we can use the following code to get the active menu linked content's section id and category Id. $menus = &JSite::getMenu();  ...
In joomla1.0.x, If the active menu links to com_content, we can use the following code to get the active menu linked content's section id and category Id. global $Itemid; $activeMenuItemId=$Itemid; $params=array(); $sql ...