PHP 将wordpress内容拆分为2列或更多列

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 将wordpress内容拆分为2列或更多列相关的知识,希望对你有一定的参考价值。

Add the following code to your functions.php


<?php

// original content display

// the_content('<p>Read the rest of this page »');

// split content into array

$content = split_content();

// output first content sections in column1

echo '<div id="column1">', $content[0], '</div>';

// output remaining content sections in column2

echo '<div id="column2">', implode(array_shift($content)), '</div>';

?>

以上是关于PHP 将wordpress内容拆分为2列或更多列的主要内容,如果未能解决你的问题,请参考以下文章

将 2 列或更多列从 Excel 导入 1 列 Access

请告诉我如何在决策树中拆分数字列或节点[关闭]

如何通过PHP将一列json对象拆分为更多列

excel2013使用分列功能拆分数据

启用/强制功能工具使用 2 列或更多列进行分组

基于列或函数的 Dask 数据帧拆分分区