我正在编辑一个朋友的网站,我想将一些内容从3列视图更改为两列视图。
这是我第一次使用wordpress,虽然我不确定,但我相信网站使用了某种插件来实现这个三列演示文稿。

我想删除中间的列,使左侧和右侧的列更宽,以覆盖额外的空间。
页面编辑器中的HTML如下所示:
<h3>Camp Schedule</h3>
[third]
<h4>Boy's Camp</h4>
<strong>Ages 11-18
June 5-8, 2012</strong>
Early Registration Fee $110
Late Registration Fee $130
Sinclair Baptist Church
103 Airport Rd
Milledgeville, GA 31061
<a title="Boy’s Camp Ages 11-18" href="/?page_id=333"><strong>Read More</strong></a> [/third]
[third]
<h4>Girl's Camp</h4>
<strong>Ages 11-18
June 12-15, 2012</strong>
Early Registration Fee $110
Late Registration Fee $130
Sinclair Baptist Church
103 Airport Rd
Milledgeville, GA 31061
<a title="Girl’s Camp Ages 11-18" href="/?page_id=335"><strong>Read More</strong></a> [/third]
[third end="true"]
<h4>Kid's Boys & Girl Camp</h4>
<strong>Ages 6-10
June 19-22, 2012</strong>
Early Registration Fee $110
Late Registration Fee $130
Sinclair Baptist Church
103 Airport Rd
Milledgeville, GA 31061
<a title="Kids Camp Ages 6-10" href="/?page_id=337">Read More</a> [/third]我尝试了一下,去掉了第三个标签中的一个,去掉了它的内容等,但我得到的只是列下面的内容,只是为了填满新创建的空间。
我可以多花点时间,但由于这不是我的网站,我对wordpress也不是很熟悉,所以我不想把一切都搞乱。
那么,我该如何改变内容的呈现方式呢?
发布于 2013-04-29 18:26:47
您必须编辑主题文件。根据结构的不同,您可以直接在所用主题的index.php中找到它。
您要查找的文件存储在以下位置:/httpdocs/wp-content/themes/yourtemplate
为了给你更多的帮助,需要更多关于模板/主题和文件的详细信息。
https://stackoverflow.com/questions/16276182
复制相似问题