{dede:field name='typelink'/}[field:fullurl /]" will do."/> {dede:field name='typelink'/}[field:fullurl /]" will do.">
Home > Article > CMS Tutorial > How dedecms solves rss relative path problem
dedecmsHow to solve the rss relative path problem?
The problem we will solve for you today is to solve the rss relative path problem with DreamWeaver. I hope you all like it
Recommended study:梦Weavercms
Some friends will encounter such problems, this is also a dreamweaver bug. So below we will start to explain how to solve it.
We found the
template file templets/plus/rss.htm
Just change the address to yours
<link>{dede:field name='typelink'/}</link> <link>[field:fullurl/]</link>
In this case, our dream weaving Solving the rss relative path problem is solved.
The above is the detailed content of How dedecms solves rss relative path problem. For more information, please follow other related articles on the PHP Chinese website!