|
作者:admin - 最近更新日期: 星期六, 七月 9, 2011
This theme is quite inspirational and would work well for any site that is trying to impart a positive message. The hand drawn illustrations show love growing like a flower, with the design kept in a low key grey and blue, this helps keep the theme profess... |
|
作者:admin - 最近更新日期: 星期一, 七月 4, 2011
要从因特网上浩如星辰、眼花缭乱的网页设计博客中找到值得一读的,实非易事。为此,我们准备了一张清单,向大家推荐20个网页设计/开发博客。其中一部分相信大家已有耳闻,还有一些虽然名不经传却内容出色,希望大家能从博客精彩的内容中获益。
Design Instruct
Design Instruc... |
|
作者:admin - 最近更新日期: 星期四, 六月 16, 2011
<?php get_header(); ?> : 调用Header模板
<?php get_sidebar(); ?> : 调用Sidebar模板
<?php get_footer(); ?> : 调用Footer模板
<?php the_content(); ?> : 显示内容(Post/Page)
<?php if(have_posts()) : ?> : 检查是否存在Post/Page
&l... |
|
作者:admin - 最近更新日期: 星期日, 六月 12, 2011
wordpress-logo
WordPress 是一款风靡全球的开源 CMS 系统。在过去,它更多的应用于开设个人或多用户博客系统;但现在,它开始越来越多地应用于企业门户网站设计中。
作为国内最早使用并擅长WordPress 主题开发的爱好者之一,自从2008年初次接触 WordPress 系统开始,我就为其... |
|
作者:admin - 最近更新日期: 星期日, 五月 1, 2011
天旦网络科技发展有限公司(Netis Technologies Co., Ltd., 简称 Netis)是一家致力于网络性能管理和关键业务保障领域的专业供应商,提供从网络分析的基础架构接入到高性能网络分析的解决方案。
Netis广泛地与领域内的国际厂商进行合作,与NetScout、Endace... |
|
作者:admin - 最近更新日期: 星期日, 四月 24, 2011
wordpress 默认页面固定不变的侧栏,几乎是一成不变的,自己都会看烦,利用一些技巧可以新建几个侧栏文件,然后上传到当前主题文件夹。最后—-
打开single.php文件*,找到get_sidebar()函数:
<?php get_sidebar(); ?>
将其替换为:
<?php $sidebar = get_post_m... |
|
作者:admin - 最近更新日期: 星期日, 四月 24, 2011
打开single.php模板,以官方模板为例:
原始代码如下:
<?php
/**
* The Template for displaying all single posts.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
get_header();
?>
修改为:
<?php
/**
* The Template ... |
|
作者:admin - 最近更新日期: 星期四, 四月 7, 2011
以后用手机访问我的博客更加方便了,下面介绍下我使用的这个插件。
Enable The Mobile Web
With MobilePress
MobilePress is a free open source WordPress plugin that turns your blog into a mobile friendly blog when viewed on a cell phone. MobilePress is flexible i... |
|
作者:admin - 最近更新日期: 星期六, 三月 26, 2011
Blogum is a simple, grid based blog WordPress theme, designed in a modern & minimalist style. The theme has a heavy focus on your content and very clean feel. Theme supports all WordPress 3.0 features and gives you extra flexibility.
Key Features:
Val... |
|
作者:admin - 最近更新日期: 星期二, 三月 1, 2011
WordPress-logo
从零开始制作 WordPress 主题
其实不难,只要你从现在开始认真阅读这个教程,一步一步认真学习,你就会成为一个 WordPress 主题制作高手。至少你会修改现有主题。
网络上已经有很多关于制作 WordPress 主题的教程,并且 WordPress 官方网站上也有指导文章。但... |