简体   繁体   中英

How to create article's link in a nav bar with EE 2?

I'm looking for create automatically a link in a nav bar of the page on an article by the

wiki, unsuccessfully, I would like some help about it, I know I have to usecategory

(I think but I'm not sure…) because I have some difficulties in understanding the

utility, and especially how to use it

Using the Path Variables as part of the Wiki Module in ExpressionEngine, you can link to an individual Wiki article/page by using the following code:

<a href="{path:view_article}">{title}</a>

This would output the following example HTML code:

<a href="http://example.com/index.php/wiki/Test_Page">Test Page</a>

You can see this tag in use throughout the Wiki Theme Templates in /themes/wiki_themes/ .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM