Fórumok
BS_Magazine_01 theme
-
Ok I have a few more questions if that's alright.
I have created 8 categories as per the example But do they go by the id or sort order in the new categories settings. I had set the test categories by id but I am seeing a weird effect.
you said category 6 appears on the right side which I set for the videos category but the id for that is 5 but the sort order is 4 and yet its showing on the right side so I don't know whats going on any ideas ?.
Again thanks. -
The code in the theme_shortcodes.php, example:
{MENU: path=news/news_grid&limit=5&category=2&source=latest&featured=1&layout=news-grid-1}
You can select the category what you want.
Theme.php and grid_template for the layout and style.css for the style.
If you want change the category..open the theme_shortcodes.php file and change the category in the shortcode.
-
-
-
-
-
You see it in the theme_shortcodes.php
{MENU: path=news/news_grid&limit=5&category=2&source=latest&featured=1&layout=news-grid-1}
The shortcodes in the Theme_shortcodes.php (category=2) and in the theme.php file you see the shortcodes and what shortcode in the layout.
And...in the theme_shortcodes.php I commented where the category:<!-- News Grid Menu for Center Column 1. category -->
-
Moderator(s): fizi




