How to display Post Thumbnails in WordPress feeds [CODE]

post thumbnails in wordpress feeds. result preview.
WordPress code | July 15, 2010 8:45 am 22 views

When year ago I was working on new functions for e-art.lv, I decide to use Post Thumbnails In WordPress Feeds. There were several reasons why we (e-art.lv) started to use that “feature”. We saw that some of RSS aggregators are usign these features from other RSS and Atom feeds. We wanted them too… Here is my solution.

 
 

Websites optimization: Every page is a Landing page

visitor site paths
Internet marketing | July 14, 2010 7:59 pm 21 views

Giving tips is easy, follow them is much more harder. By saying that “every page is a landing page” I mean, that website visitor don’t care on which page he is, that page is visitor’s first impression about Your page.

 
 

From MedaBox.lv/en to SimpleMediaCode.com

News | June 7, 2010 5:01 pm 21 views

Today we changed our blog address from mediabox.lv/en/ to blog.simplemediacode.com for blog and SimpleMediaCode.com which will be our brand new domain for international clients.

 
 

WordPress theme feature vs. WordPress plugin. What is best choice?

As WordPress developer I came to point where I have to decide: make some functions as WordPress theme features or make them more optional and theme independent as WordPress plugins. Both options have pros and cons.

 
 

Easy way to set up an FaceBook.com fan page

With growing popularity of Faceboo.com and their 300 million active users, clients start to ask me for simple solutions on how to integrate their products or services in FaceBook.com fan pages. In this post I will give some useful links to some applications, how to integrate Your/clients products and services in FaceBook.com fan pages.

 
 

Removing WWW from URI (or domain) with PHP

Coding web page | April 20, 2010 4:40 pm 97 views

Few weeks ago I wrote how to remove WWW from domain with .htaccess. In some cases or hosting plans it’s not possible to view or use .htaccess file (e.g. some low cost or free hosting providers). Solution is PHP code which redirects all www requests to non www page.

 
 

Final cut for my first WordPress plugin

More than one month ago I published my first WordPress plugin “Draugiem.lv/lapas fan page” for social network in Latvia draugiem.lv (FRYPE.COM). And now I want to make final cut with version 1.0 (0.1.5) and upgrade it.

 
 

Remove WWW from domain with .htaccess

Coding web page | March 30, 2010 6:47 pm 158 views

Another good thing about removing double content is to remove or add www prefix to your domain. Remove WWW from domain [sourcecode language="shell"] # This will remove www from your domain RewriteCond %{HTTP_HOST} ^www\.mediabox\.lv$ [NC] RewriteRule ^(.*)$ http://mediabox.lv/$1 [R=301,L] [/sourcecode] This is what I now use for all my domains – domain without www prefix. [...]

 
 

Writing first public WordPress Plugin (widget)

News,WordPress plugins and widgets | March 9, 2010 4:08 pm 247 views

Today was first release of “Draugiem.lv/lapas Fan page” (for non-Latvian draugiem.lv best known as Frype.com) WordPress sidebar widget for FRYPE business pages.

 
 

How to add Google Buzz button to WordPress and Blogger

Coding web page | February 25, 2010 1:49 pm 338 views

Already some days are working Google Buzz. I made short search on Google for possibility to add Google Buzz button to Blogger template. As I didn’t find it on first page, I decide to rewrite some of previous Blogspot template code, which I made earlier. And for WordPress blogs too…

 
 
 



bt bt bt bt
plugin by DynamicWP
#