showing posts type in blogger

Discussion in 'WordPress' started by amir7, Jan 3, 2008.

  1. #1
    at all pages of blogger like main page and searched pages,it shows whole post content
    can we do something that it shows short description of post and its image and put more (link) at psot footer for showing post complete
     
    amir7, Jan 3, 2008 IP
  2. Chr1ssst0pher

    Chr1ssst0pher Peon

    Messages:
    564
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Chr1ssst0pher, Jan 3, 2008 IP
  3. amir7

    amir7 Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks a lot Chr1ssst0pher
    but when i copy this code it doesnt save and gives me this error:
    Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: Open quote is expected for attribute "{1}" associated with an element type "cond".
     
    amir7, Jan 4, 2008 IP
  4. Chr1ssst0pher

    Chr1ssst0pher Peon

    Messages:
    564
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hm... this is not my blog but I was sure that the code is right.

    Ok, I've checked on my blog and what you should so is:

    Paste following code before</html>

    <style>
    <b:if cond='data:blog.pageType == "item"'>
    span.fullpost {display:inline;}
    <b:else/>
    span.fullpost {display:none;}
    </b:if>
    </style>


    And following code right before tag <data:post.body/>

    <b:if cond='data:blog.pageType != "item"'>
    <a expr:href='data:post.url' target='_blank'>Read more...</a>
    </b:if>

    And save it. Hope now it will work...
    And than as it is written on that blog write your post with tags: write here the beginning of the post<span class="fullpost">And this will be shown after read more...</span>

    I hope that this will work for you, if not tell me I'm anxious to work it out. And are you using new blogger?
     
    Chr1ssst0pher, Jan 5, 2008 IP
  5. Chr1ssst0pher

    Chr1ssst0pher Peon

    Messages:
    564
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ha ha.. in that places where you see smiles it should be : and p
     
    Chr1ssst0pher, Jan 5, 2008 IP
  6. amir7

    amir7 Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i didnt success:eek::D
     
    amir7, Jan 6, 2008 IP
  7. amir7

    amir7 Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    sorry i forgot to answer your question
    yes im using new blogger
     
    amir7, Jan 7, 2008 IP
  8. Chr1ssst0pher

    Chr1ssst0pher Peon

    Messages:
    564
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    (((( f*ck.. then I don't know, sorry, I guess the reason is in the template... can't be sure what happens coz I double checked it and it is ok for me
     
    Chr1ssst0pher, Jan 8, 2008 IP
  9. amir7

    amir7 Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    thanks very very much!:)
     
    amir7, Jan 9, 2008 IP