PDA

View Full Version : how front page of PP is build?


krzychu
11-20-2008, 12:21 PM
Question as in subject: whe can I read about this?

Dennis
11-21-2008, 07:23 AM
Well, for starters, you should know HTML and CSS.

To show relevant parts of PP you need the tags:

http://www.pixelpost.org/docs/TemplateTags/TemplateTags

krzychu
11-24-2008, 02:01 PM
Well, for starters, you should know HTML and CSS.

To show relevant parts of PP you need the tags:

http://www.pixelpost.org/docs/TemplateTags/TemplateTagsI knew it already, but I can't guess which tags/parts of template are essential in respect to front page of PP.

Dennis
11-24-2008, 08:02 PM
http://www.pixelpost.org/docs/TemplateTags/TemplateTags

dhdesign
11-24-2008, 09:15 PM
These would be the template tags that are most used in the image_template.html file of your theme, which produces the main image page you see when you first arrive at your photoblog:

* Image Related Tags
* Date Related Tags
* EXIF Related Tags
* Comment Related Tags
* Tag Related Tags

Look through a theme that you like and see which tags are used where, then check the photoblog live to see what the output is from that tag.

krzychu
11-25-2008, 09:00 AM
These would be the template tags that are most used in the image_template.html file of your theme, which produces the main image page you see when you first arrive at your photoblogOh yeah! This is it!
Simple and effective. I must be blind I didn't noticed it at first glance.
Thx!