I have exported pages from a WordPress website built with design themes template and imported them to a new one with a different theme (buddyboss).
The pages I have imported are not displaying as they have been built with custom shortcodes (design themes) not recognised by the new theme (buddyboss).
Is there a way to convert the shortcodes to work with the new (buddyboss) theme?
答案 0 :(得分:2)
在旧主题中搜索对add_shortcode
(link)的呼叫。 add_shortcode
的第二个参数应该是位于主题中某个位置的PHP函数。您需要将由简码执行的功能以及所依赖的任何其他代码带入新主题(即:主题的functions.php
中)。