What plug-in is this website using?

Discussion in 'HTML & Website Design' started by Steven Johns, Jan 20, 2011.

  1. #1
    regarding 101waystomakemoney dot com (i wrote it like this in case you assume i'm trying to generate backlinks)

    How do they have the highlighted "MONEY MAKING IDEA #" label above each post?

    Also, if you follow the "more ways to make money" link at the bottom it sends you to theirdomain.com/pages/2/ which has an archive of all the posts ordered oldest-to-newst, how can i enable this type of archive?

    Thanks in advance
     
    Steven Johns, Jan 20, 2011 IP
  2. bhuthecoder

    bhuthecoder Member

    Messages:
    245
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    43
    #2
    -->using simple css
    
    .post-alt h6 span {
    background-color:#76AD1C;
    padding:3px 5px;
    }
    
    Code (markup):
    --->it is a default post display in wordpress index page
     
    bhuthecoder, Jan 20, 2011 IP
  3. Steven Johns

    Steven Johns Member

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #3
    Thanks for your quick reply.

    I can't find references to where he has the labels written anywhere though. They do not show if you look through the categories for example at theirdomain.com/category/money-making-ideas/
     
    Steven Johns, Jan 20, 2011 IP
  4. bhuthecoder

    bhuthecoder Member

    Messages:
    245
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    43
    #4
    code for lables will be located in index.php file
     
    bhuthecoder, Jan 21, 2011 IP