php 简化主题片段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 简化主题片段相关的知识,希望对你有一定的参考价值。

<img src="http://demo.studiopress.com/streamline/files/2012/02/profile.jpg" alt="Brian Gardner" />
<p style="margin: 0;">Starbucks Addict. Nomad Theorist. Loving Husband. Sarah McLachlan Fan. Future Ironman. Founder, StudioPress. Partner, Copyblogger Media. <a href="http://demo.studiopress.com/streamline/sample/">Read More</a>.</p>
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

/** Add post image above post title */
add_action( 'genesis_before_post', 'streamline_post_image' );
function streamline_post_image() {

  if ( is_page() ) return;

	if ( $image = genesis_get_image( 'format=url&size=post-image' ) ) {
		printf( '<a href="%s" rel="bookmark"><img class="post-photo" src="%s" alt="%s" /></a>', get_permalink(), $image, the_title_attribute( 'echo=0' ) );
	}

}

以上是关于php 简化主题片段的主要内容,如果未能解决你的问题,请参考以下文章

PHP WordPress条件为主页SlideDeck主题代码片段

主题不适用于片段

为片段设置主题

有没有办法改变片段主题?

xml Lorovoz主题片段

markdown WordPress主题参考,如何,片段,存储库说明