您好:我有一个简单的主题,我认为这是一个简单的问题。在照片块中-我希望在单击以转到该帖子的“永久链接”页面时获得图像,而不是将图像展开到灯箱中或显示图像。没有明显的 HREF 可以修改以转到永久链接 - 所以我迷路了。
从永久链接页面 - 扩展很好。我已经修改了所有变量,我可以完全关闭图像的链接 - 但不能修改行为以将它们发送到永久链接。希望这是有道理的 - 并提前感谢。
完整代码也在这里: fullcode from theme
实际的 tumblr 是:bestofmoderndesign.tumblr.com
代码 :
{block:Photo}
<div class="media">
{LinkOpenTag}
<img src="{block:PermalinkPage}{PhotoURL-500}{/block:PermalinkPage}{block:IndexPage}{block:IfNot500pxPosts}{PhotoURL-400}{/block:IfNot500pxPosts}{block:If500pxPosts}{PhotoURL-500}{/block:If500pxPosts}{/block:IndexPage}" width="{block:PermalinkPage}{PhotoWidth-500}{/block:PermalinkPage}{block:IndexPage}{block:IfNot500pxPosts}{/block:IfNot500pxPosts}{block:If500pxPosts}{PhotoWidth-500}{/block:If500pxPosts}{/block:IndexPage}" height="{block:PermalinkPage}{PhotoHeight-500}{/block:PermalinkPage}{block:IndexPage}{block:IfNot500pxPosts}{PhotoHeight-400}{/block:IfNot500pxPosts}{block:If500pxPosts}{PhotoHeight-500}{/block:If500pxPosts}{/block:IndexPage}" alt="{PhotoAlt}" />
{LinkCloseTag}
{block:IfEnableColorbox}
<a href='{PhotoURL-HighRes}' class='fullsize colorbox' rel="fullsize"><span>{lang:Click for high-res photo}</span></a>
{/block:IfEnableColorbox}
</div>
{block:Caption}
<div class="copy">{Caption}</div>
{/block:Caption}
{/block:Photo}