Posterize.us: Links not showing up - 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

Links not showing up

#1 User is offline   Janine 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 8
  • Joined: 10-January 10
  • Posterous URL:http://lovekills.us

Posted 15 April 2011 - 10:07 AM

Hey,

I customized a theme made by Cory, it's all good except one thing: I don't see the links that's supposed to be shown under the sidebar section "LINKS". See it here : http://lovekills.us

I have the code:
              {block:HasLinks}
                <div class="sidebar-block">
                     <h4>Links</h4>
                     <ul class="links">
                         {block:Links}
                             <li><a href="{URL}">{Label}</a></li>
                         {/block:Links}
                     </ul>
                 </div>
            {/block:HasLinks}


But it still wouldn't work? is there something wrong with the code itself?

Help me fix it please.

Thank you!
0

#2 User is offline   Cory Watilo 

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

Posted 15 April 2011 - 10:44 AM

Posterous isn't rendering anything inside the ul: http://clip2net.cory...4308176_3Kb.png

Which would make me think there might be a syntax error at some point above that spot in the code (not necessarily html/css, but Posterous theming language). Are all Posterous tags opened/closed properly? I would start by looking at anything you might have changed.
Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
0

#3 User is offline   Janine 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 8
  • Joined: 10-January 10
  • Posterous URL:http://lovekills.us

Posted 18 April 2011 - 04:40 AM

View PostCory Watilo, on 15 April 2011 - 10:44 AM, said:

Posterous isn't rendering anything inside the ul: http://clip2net.cory...4308176_3Kb.png

Which would make me think there might be a syntax error at some point above that spot in the code (not necessarily html/css, but Posterous theming language). Are all Posterous tags opened/closed properly? I would start by looking at anything you might have changed.


Hey,

I don't understand why posterous doesn show any <li> inside when the code I have on the custom HTML contains this:
              {block:HasLinks}
                <div class="sidebar-block">
                     <h4>Links</h4>
                     <ul class="links">
                         {block:Links}
                             <li><a href="{URL}">{Label}</a></li>
                         {/block:Links}
                     </ul>
                 </div>
            {/block:HasLinks}


What do you think should I do? Thank you!
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