Is there anyway?

Discussion in 'CSS' started by Habitat, Mar 4, 2008.

  1. #1
    Is there anyway I can add a subscription button? Using CSS on my new blog on wordpress?
     
    Habitat, Mar 4, 2008 IP
  2. ChaosFoo

    ChaosFoo Peon

    Messages:
    232
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can add a subscription button to your wordpress blog pretty easily. Most of the time the proper implementation depends on your theme.

    Do you have a link to your site? Where do you want the button?
     
    ChaosFoo, Mar 4, 2008 IP
  3. Habitat

    Habitat Peon

    Messages:
    285
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Habitat, Mar 4, 2008 IP
  4. ChaosFoo

    ChaosFoo Peon

    Messages:
    232
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ok. Your feed subscription link is this:
    http://anythingblack.wordpress.com/feed/

    All you need to do is create an HTML link to that. It would be something like this:

    
    <a href="http://anythingblack.wordpress.com/feed/"><img src="images/subscription-image.jpg" /></a>
    
    Code (markup):
     
    ChaosFoo, Mar 4, 2008 IP
  5. Habitat

    Habitat Peon

    Messages:
    285
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    But how do I get that to show up in wordpress.....like it doesnt have a html place because doesnt wordpress strip your html?
     
    Habitat, Mar 4, 2008 IP
  6. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #6
    Edit sidebar.php in your theme to include it. :)
    Oh you are on wordpress.com umm let me check
     
    shallowink, Mar 4, 2008 IP
  7. Habitat

    Habitat Peon

    Messages:
    285
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    yes my blogs hosted by wordpress
     
    Habitat, Mar 4, 2008 IP
  8. Habitat

    Habitat Peon

    Messages:
    285
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    this is the only place i know to look please help
     
    Habitat, Mar 5, 2008 IP
  9. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #9
    You can't alter the sidebar at wordpress.com. That's just the way it is setup. Sorry. Best advice would be to get your own webhost and you can do what you please with it.
     
    shallowink, Mar 5, 2008 IP
  10. Habitat

    Habitat Peon

    Messages:
    285
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    So I can't alter the siderbar :( which is really bs so what did i buy the css editor for?
     
    Habitat, Mar 7, 2008 IP
  11. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Habitat, CSS is a presentational styling language that alters the appearance and presentation of HTML elements. The thing with WordPress.com is you can't edit the sidebar as has been previously said. You're going to have to go to www.wordpress.org (run by the same people), download a copy of WordPress (WordPress 2.5 comes out in less than 48 hours) and then import the content in your WordPress.com blog to the self-hosted version after you've gotten it installed.

    The only other thing I can think of is to use an email subscription plugin like this one:
    http://neppe.no/wordpress/wp-opt-in/

    But I'm not even sure if that would work on Wordpress.com anyway. :(
     
    Dan Schulz, Mar 7, 2008 IP