Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 应用tumblr CSS的困难_Html_Css_Tumblr - Fatal编程技术网

Html 应用tumblr CSS的困难

Html 应用tumblr CSS的困难,html,css,tumblr,Html,Css,Tumblr,我正试图阻止我的主页上的所有帖子,我有代码来做,但我不知道如何让它工作 任何帮助都会很好 {block:IndexPage} <p> This will be printed on the homepage </p> {/block:IndexPage} {block:TagPage} {block:IndexPage} <p> This will be printed on any page `tagged/xxx`</p> {block:

我正试图阻止我的主页上的所有帖子,我有代码来做,但我不知道如何让它工作

任何帮助都会很好

{block:IndexPage}
<p> This will be printed on the homepage </p> 
{/block:IndexPage}

{block:TagPage}
{block:IndexPage}
<p> This will be printed on any page `tagged/xxx`</p>

{block:Text}
<!-- Add your post type loops here -->
{/block:Text}

{/block:IndexPage}
{/block:TagPage}
{block:IndexPage}
这将打印在主页上

{/block:IndexPage} {block:TagPage} {block:IndexPage} 这将打印在任何一页上`标记/xxx`

{block:Text} {/block:Text} {/block:IndexPage} {/block:TagPage}
不能同时进行
{block:TagPage}
{block:IndexPage}
渲染。从标记页块中删除IndexPage块。

混乱是我的错。我在这里更新了我的原始答案: