2012-08-01 75 views
0

實際上,我不是程序員。但現在我需要幫助建立Wordpress網站。我想將Wordpress中的雙重內容編輯器放在自定義文章類型中。所以,我可以把th_content()(和example :) the_content2()作爲主題。Wordpress中的雙重內容編輯器

回答

0

Multiple content blocks插件將幫助你。

With this plug-in, you can use more than one content "block" on a template. 
You only have to insert one tag inside the template, so its easy to use.

用法:

激活插件。

要包括與默認模板所有網頁的雙重內容:

在主題文件夾打開page.php文件,並將<?php the_block('block2'); ?>此行之後:<?php get_template_part('content', 'page'); ?>

現在後藤任何WordPress的頁面並進行編輯。您可以看到「block2」內容部分。

希望這會幫助你。

+0

謝謝,這是很棒的插件。它可以只應用於特定的自定義帖子類型嗎? – 2012-08-01 08:54:44

+0

它用於申請頁面模板。 – Libin 2012-08-01 09:12:22

+0

感謝您的建議。但仍然好奇如何製作雙'the_content()'編輯器:D – 2012-08-01 09:41:26