在免费的WordPress.com帐户上格式化代码片段?

时间:2010-09-04 作者:user155695

我在WordPress上有一个WordPress博客。com。发布内容时,我在<code tags,有什么方法可以更好地格式化它吗?例如语法突出显示和行号等?

我所拥有的一个例子是here, 尽管我有代码标签,但它似乎并没有使它比普通文本更具可读性

我是否因为选择了免费的选择而受到限制?

2 个回复
最合适的回答,由SO网友:hannit cohen 整理而成

wordpress。com支持代码语法高级化。您可以在此处阅读所有相关内容:http://en.support.wordpress.com/code/posting-source-code/

对于您的特定示例,请使用:

[sourcecode language="java"]
package com.jameselsey.domain;

import java.util.ArrayList;
import java.util.List;
import com.google.android.maps.GeoPoint;
import android.app.Application;

/**
* This is a global POJO that we attach data to which we
* want to use across the application
* @author James Elsey
*
*/
public class GlobalState extends Application
{
private String testMe;

public String getTestMe() {
return testMe;
}
public void setTestMe(String testMe) {
this.testMe = testMe;
}
}
[/sourcecode]

SO网友:hakre

是的,你可以。它是[code] *your code here* [/code] 你甚至可以暗示语言:[code lang="php"]<?php echo \'test\'; ?>[/code].

这是我喜欢的方法(写得快)。如以下参考资料所述,似乎还有其他方法:Support: Code » Posting Source Code (wordpress.com)

相关推荐

Add formatting to Array

这将按作者最新帖子的日期显示作者。我想:add formatting around each authorlist additional properties (头像、最新帖子标题和摘录)<;--我有这方面的资料,但不确定要把它们放在哪里。<ul> <?php //List of users sorted descending by date of latest post written by user $uc=array(); $blogusers

在免费的WordPress.com帐户上格式化代码片段? - 小码农CODE - 行之有效找到问题解决它

在免费的WordPress.com帐户上格式化代码片段?

时间:2010-09-04 作者:user155695

我在WordPress上有一个WordPress博客。com。发布内容时,我在<code tags,有什么方法可以更好地格式化它吗?例如语法突出显示和行号等?

我所拥有的一个例子是here, 尽管我有代码标签,但它似乎并没有使它比普通文本更具可读性

我是否因为选择了免费的选择而受到限制?

2 个回复
最合适的回答,由SO网友:hannit cohen 整理而成

wordpress。com支持代码语法高级化。您可以在此处阅读所有相关内容:http://en.support.wordpress.com/code/posting-source-code/

对于您的特定示例,请使用:

[sourcecode language="java"]
package com.jameselsey.domain;

import java.util.ArrayList;
import java.util.List;
import com.google.android.maps.GeoPoint;
import android.app.Application;

/**
* This is a global POJO that we attach data to which we
* want to use across the application
* @author James Elsey
*
*/
public class GlobalState extends Application
{
private String testMe;

public String getTestMe() {
return testMe;
}
public void setTestMe(String testMe) {
this.testMe = testMe;
}
}
[/sourcecode]

SO网友:hakre

是的,你可以。它是[code] *your code here* [/code] 你甚至可以暗示语言:[code lang="php"]<?php echo \'test\'; ?>[/code].

这是我喜欢的方法(写得快)。如以下参考资料所述,似乎还有其他方法:Support: Code » Posting Source Code (wordpress.com)

相关推荐

ACF loop and php formatting

下面的php将遍历每个页面,然后输出ALL ACF自定义字段的。我需要的帮助格式是一个条件语句,它将所有$fields, 除了$field_name 在自己的容器中包含“标题”。$pages = get_pages( array(\'sort_column\' => \'menu_order\')); foreach ($pages as $page_data) { $fields = get_fields($page_data); if( $fields