在 joomla 的单独页面上打开阅读更多链接
我使用的是 joomla 2.5.创建文章时,我添加了阅读更多链接.我遇到的问题是,当页面只有一篇文章时,阅读更多链接会用新文章覆盖该内容.我希望阅读更多链接作为单独的页面打开.我希望它是动态的,而不是手动更改.
I am using joomla 2.5. When creating an article I add read more links to it. The issue I am having is, when a page has a single article then the read more link overwrites that content with the new article. I want the read more link to open as a separate page. I want it to be dynamic and not manually change.
我有什么遗漏吗?任何帮助表示赞赏.谢谢
Any thing I am missing ? Any help is appreciated. Thanks
推荐答案
我不确定你是否解决了它,但我想我知道你的意思.
I am not sure if you sorted it out but I think I know what you mean.
您可能需要创建一个新菜单并将其用作隐藏菜单
You may need to create a new Menu and use it as a hidden menu
所以要在单独的页面或它自己的页面中打开您的文章,请创建一个隐藏菜单.
so to have your articles open in a separate page or its own page create a hidden menu.
1 - 转到菜单2 - 单击菜单项旁边的菜单选项卡3 - 点击新建4 - 给它一个标题示例隐藏菜单5 - 填写菜单类型示例隐藏6 - 描述可选
1 - Go to Menu 2 - click Menus tab next to Menu Items 3 - click new 4 - give it a Title example Hidden Menu 5 - fill out Menu type example Hidden 6 - Description optional
在您创建的这个新菜单中,您要创建一个菜单项
in this new menu you created you want to create a menu item
取决于您的文章的存储位置将取决于您的菜单项
depending on where your articles are stored will depend on your menu item
假设您的文章属于名为新闻的类别
lets say your articles are in a category named news
制作一个新的菜单项,你想怎么称呼它
make a new Menu Item, call it what you want
然后在菜单项类型中选择类别博客并在必需的设置中选择您的类别...
then in menu item type select Category Blog and in the Required Settings choose your category...
保存您的菜单项...
那应该做你想做的......
that should do what you want...
所以在您的主菜单中,当您单击它时,您会看到一篇属于新闻类别的文章.文章应该自己在同一个窗口中打开...
so in your main menu you have an article that is in the news category when you click on it. the article should open in the same window by itself...
请原谅发现的任何拼写错误...
excuse any spelling mistakes found...
相关文章