Search Blog Posts

Blog Posts

Izandi

How to Remove Artisteer Footer Links

izandi.net | June 6th 2009 by Izandi Brahim

To remove the artisteer links in your themes footer. Open your exported themes and edit footer.php <div class="cleared"></div> <p class="page-footer"> © 2009 <a href="<?php bloginfo('url');?>"><?php b read more

antonio3407

Refresco automático de la hoja de estilos

Wordpressing Social Wordpress | June 1st 2009 by Antonio Rodriguez

En Nice2all nos proponen una estupenda receta para evitar que la hoja de estilos, el CSS de tu sitio, muestre una versión en caché de la misma.Lo que hay que hacer es sustituir la llamada a la hoja de estilos en el archivo ‘header.php‘ read more

ndrewgrg

Adding favicon in WordPress

Blogging on Current issues, technology and Nepal. | May 8th 2009 by Andrew Gurung

Generally speaking most WP themes have a header.php file that contains all the <head> code, and starts the <body> too. Inside the <head> put this bit of code: <link rel=”shortcut icon” href=”<?php bloginfo(’tem read more

imwzw

Wordpress主题:Google Chrome 1.2

Lesishu SEO Blog | May 7th 2009 by Lesishu

一直比较喜欢Google,也喜欢Google的产品,包括Google Chrome。所以这款Wordpress主题出1.04版时,就开始关注,到1.11版开始使用,感觉挺不错。 今天看作者网站,已经更新到1.2了,所以向樂思蜀 read more

jxyaolong

Optimize WordPress Page Title

So Web | April 3rd 2009 by Bati

Title page is shown in the search results also suggested that the viewer’s browser title bar. Therefore, a good Title, to search engine friendly, and also on the same friendly browser. Typically, a default WordPress theme to use following  sim read more

adser

worpress博客header.php

Jingshui | March 17th 2009 by Yongyi Li

要制作自己的Wordpress主题首先要局部下面的一些知识: html知识 css知识 javascript知识 还有一点php知识 这里以worpress默认模板的代码为例来解析header.php,其余的在以后教程中解析,同时分享一 read more

israelrealestate

Search engine friendly title tag

BlogInstall | January 16th 2009 by Sean

Make you title take more SEO friendly by updating the theme header.php with the following TITLE tag. <title> <?php if (is_home () ) { bloginfo(’name’);} elseif ( is_category() ) { single_cat_title(); echo ‘ - ‘ ; b read more

housne

自定义 WordPress 2.7 默认头像

Housne Space | December 16th 2008 by housne

自从WordPress的母公司 Automattic 正式收购头像托管服务 Gravatar 后,WordPress 就在评论中集成了头像显示的功能,同时 WordPress 也为用户提供了集中默认的头像来支持未使用 Gravatar 头像服务的用 read more

babdullah

Finally, RSS Links In Sidebar Fixed

BlogAllAlong | December 14th 2008 by Bashar

For some time now the sidebar RSS Links were not working, as it was referring to “http://blogallalong.com/<?php bloginfo(’rss2_url’); ?>”  I didn’t know what’s the problem at the time, and why the PHP code read more

Zabelith

Viaje profundo a una plantilla XML Blogger

Que importa??? | November 27th 2008 by Vivian Tomalá

Hago acto de sinceridad: soy inconformista en lo que es del diseño de mi blog, no es que sea perfeccionista, porque no soy una master en lo que es diseño de plantillas o algo así, pero me trazé la meta de ofrecer algo de profesionalismo en este e read more

uwiuw

Memproses Technorati API

Desain Situs | November 15th 2008 by uwiuw

Dengan mengotak atik Technorati API kita bisa mengolah informasi mengenai rangking blog kita yg terdaftar dalam layanan technorati. Sy pernah mendengar ada plugin semacam ini. Namun sayangnya, sy belum juga berkesempatan melakukannya sendiri. Sy belu read more

KrisBuytaert

Technorati RRD

Everything is a Funky DNS Problem | November 14th 2008 by Kris Buytaert

Bort is in to graphs and stats these days, so he was interested in my little Technorati hack. Lots of us bloggers are using Technorati to track who's joining the discussion on articles we posts. Technorati gives you details on how many blogs link t read more

webyter

suszenie sublimacyjne

COG Blog | October 17th 2008 by peter evans

Zdjęcia z Camp Rock piotr kamionka zdjecia www fransazja pl blog bloginfo php blog_id_93 www fransazja pl blog bloginfo php blog_id_93 canon powershot s5 is talky klawiatura różowe zawieszki do komórek telewizj nowej generacji bank zdjec zdjecia read more

imwzw

樂思蜀博客模板、设置等说明

Lesishu SEO Blog | September 27th 2008 by Lesishu

近日一些朋友常问老乐的博客是如何设置的、模板能否分享,现一一说明如下。 模板:DIGG 我现在用的模板经过N次改造,已经面目全非,特别是一些插件已经和模板融合起来了(如Pagenavi、A read more

webdesigntaxi

Wordpres template tags

Web Design Taxi | September 1st 2008

A template tag is code that instructs WordPress to “do” or “get” something. There are various tags that make a template work, or display data to your visitors. For example: <?php bloginfo(’name’); ?> read more

Aruz

Wordpress header.php meta description and title

m | August 31st 2008 by Aruz

I am researching the best meta tags and title for seo on wordpress. I used only following my “M Theme”’s header.php. <title> <?php bloginfo('name'); ?> <?php if(is_single()){?> &raquo; Blog Archive <? read more

maxsailor

Wordpress bloginfo 标签详解

Maxsailor's Blog | July 26th 2008

描述: 显示关于您blog的信息,大部分来自于您在管理面板>设置>常规内填写的资料。此标签可以用于任何主题文件内并始终在网页内显示资料。如果您需要详细参数写PHP代码,请使用 read more

brycky

Struttura dell’header dei temi wordpress

Risorse e News dal Web | May 23rd 2008 by Andrea Bragagnolo

Proseguiamo la nostra analisi dei temi di Wordpress dando un occhio alle funzioni presenti nel file header.php. Non tutte sono indispensabili, ma è buona norma utilizzarle tutte.  <?php bloginfo(’name’); ?> Indica il nome del read more

imwzw

Wordpress的Title优化设计

Lesishu SEO Blog | April 21st 2008 by Lesishu

Wordpress的默认Title设计针对搜索引擎不够友好,网上有很多Wordpress Title的优化设计方法,樂思蜀推荐使用这种: <title><?php if (is_home()||is_search()) { print "樂思蜀SEO博客"; } else { w read more

suz5287hjq

Wordpress tips –如何为特定页面使用特定样式表

后80花园 | April 4th 2008 by moon

1. 样式表简介 样式表(Stylesheet)是一个WordPress主题的重要组成部分之一,它负责控制整个主题的所有样式,包括:字体,颜色,图片,链接,模块的位置等等. 一般来说一个WordPress主题拥有一 read more

suz5287hjq

5个技巧为你的Wordpress提速

后80花园 | March 27th 2008 by moon

相信你也听说过互联网上的6秒定律:如果你的博客在6秒之内还没有被打开,那么绝大多数的人不会再继续等待,而是选择关闭,去浏览别的网页。因此保证良好、稳定的加载速度对于获得 read more

ErrorLog

WP | Title yazısını değiştirin

Net ve Web Serüveni | March 14th 2008 by Kaan

Wordpress sitenizin google tarafından en iyi şekilde indexlenmesi için temanızın header.php dosyasının title kısmını aşağıdaki gibi düzenlemenizi öneriyoruz. Kod : <title> <?php wp_title(”); ?> <?php if(wp_title( read more

xman892

Visual Studio 2008 Web Dev Hot Fix

Ruslan Trifonov's blog | February 21st 2008 by Ruslan Trifonov

I just noticed there is a hot fix for Visual Studio 2008.The patch fixes number of issues related to the Web Development.So if you are unsatisified from the VS2008 HTML Designer poor performance go and get it.LinksDownload linkInfo about this hot fix read more

WordPress 小技巧(转)

guoshuang blog | February 15th 2008

使用 WordPress 的过程中有很多的小技巧,可以带来很强大的效果,可以事半功倍,减少劳动量,有道是效率至上。以下的小技巧并非本人原创,均为网络搜集翻译整理,如有不妥之处还望指 read more

simpso1j

Add this site to your favorites...

John Simpson's Blog | January 26th 2008 by John A. Simpson

You should always provide an easy and simple way for people to add your site to their bookmarks.  The easier the procedure is, the more people will follow it.  I found a site that, among other things, provided the code that is needed to ad read more

simpso1j

Add this site to your favorites...

John Simpson's Blog | January 26th 2008 by John A. Simpson

You should always provide an easy and simple way for people to add your site to their bookmarks.  The easier the procedure is, the more people will follow it.  I found a site that, among other things, provided the code that is needed to ad read more

genkisan

Theme Bugfix: SoftwareHolic

Ericulous | January 13th 2008 by Eric

The bug shows up in IE6, on all pages except homepage. You will see missing images in the header (red crosses). You can download the latest zip here, upload and replace only the header.php. Alternatively you can apply the following changes to the hea read more

designpraxis

Demo Mode 1.2 released

WordPress Designpraxis | November 18th 2007 by Roland Rust

As suggested by Daniel, I added the ability to have a welcome message when using Demo Mode with WordPress. One thing I like Demo Mode for is that there is no need to have an administration screen. So I decided to use the blog’s tagline as a wel read more

nusuni

How To Add Placeholder Text To Your WordPress Search Box

Nusuni.com - SEO and Blogging and News, Oh My | October 1st 2007 by Jeremy Steele

I finally dropped the button for the search field in the latest update of the Nusuni Dot Com theme, so I decided to put placeholder text in the search box instead. Here’s how I did it: The HTML Here’s the HTML code I use: <div class=" read more

Tumble Shamus

Writer's Blog | September 25th 2007

My tumblelog is officially up and in working condition. I’m using the T1 theme, which is built on the wonderful Sandbox, much to my great joy. I did modify the theme somewhat, though, removing the default T1 image in the header and restoring read more

Page: 1 of 2 (Listing 30 Blogs Per Page, 36 Total)