Posterize.us: Filed under tags beneath individual posts - Posterize.us

Jump to content

Tips

When posting, be sure to include any extra info that will be helpful in diagnosing your issue. (Include link to your Posterous blog, along with any code snippets, etc.)

Also, be sure to check the official theming reference first if you're having trouble: http://posterous.com/theming/reference
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Filed under tags beneath individual posts

#1 User is offline   Soenarko 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 27-July 10
  • Posterous URL:http://soenarko.posterous.com

Posted 27 July 2010 - 03:11 PM

I would love to see the "filed under tags" beneath my individual posts. In my (slightly customized) Paramaibo theme they only show on the homepage. Does anyone have tips or a tutorial on how to achieve this?
0

#2 User is offline   Cory Watilo 

  • Advanced Member
  • Group: Administrators
  • Posts: 266
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://watilo.com

Posted 27 July 2010 - 03:35 PM

Hmm, ya know what? That actually looks like an oversight when I originally coded that theme. Whoops!

Look for this block (toward the bottom):
                        {block:List}
                            {block:TagList}
                              <div class="tagsbar">
                                Filed under &nbsp;//&nbsp;
                                  {block:TagListing}
                                    <a href="{TagLink}" style="color: #676767">{TagName}</a>&nbsp;&nbsp;
                                  {/block:TagListing}
                              </div>     
                            {/block:TagList}
                        {/block:List}


and change the block:List part to block:ShowOrList in two places, at the top and bottom. So:
                        {block:ShowOrList}
                            {block:TagList}
                              <div class="tagsbar">
                                Filed under &nbsp;//&nbsp;
                                  {block:TagListing}
                                    <a href="{TagLink}" style="color: #676767">{TagName}</a>&nbsp;&nbsp;
                                  {/block:TagListing}
                              </div>     
                            {/block:TagList}
                        {/block:ShowOrList}

Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
1

#3 User is offline   Soenarko 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 27-July 10
  • Posterous URL:http://soenarko.posterous.com

Posted 28 July 2010 - 03:21 PM

Thanks a million, Cory. Works like a charm.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users