Changing link “previous entries” in Cutline

  • Unknown's avatar

    Hi,

    i am trying to make a webcomic on wordpress and so I want that only one post is shown at a time with user have to navigate previous or next for the other posts. The problem is that in Cutline theme, if take the option show only 1 post on frontpage, it gives a lame “Previous entries” link in the bottom. I could neither find a way to change the link’s font or content. Neither can I add link like First post or Last post.

    Any suggestions.

    May be visiting the blog will clarify my problem. See on the bottom of the page.

    http://metoowebcomic.wordpress.com

    PS: if someone could tell me how to put digg this button on the sidebar i will be extremely grateful

  • Unknown's avatar

    You can’t put the Digg button in the sidebar because if you do it will only point to your blog as a whole, not to any particular post. But instructions for putting the Digg button on each blog post are in the FAQ.
    http://faq.wordpress.com/2007/02/22/how-do-i-digg/

    I don’t think you can change the Previous Posts link, even with the CSS upgrade, although a CSS guru may come and correct me. But you definitely will not be able to do it without that and a good solid knowledge of CSS, if then.

  • Unknown's avatar

    You won’t be able to change the text using CSS, but the theme you’re using contains enough information to let you style the link. The selectors should be
    .navigation .previous, .navigation .next {
    to address the div elements that contain the links
    }

    .navigarion .previous a {
    to address the 'previous' link
    }

    It doesn’t provide quite enough structure to get rid of the text and replace it with an image, but you could set a background image for each of the links in addition to playing with the way the text is displayed.

  • The topic ‘Changing link “previous entries” in Cutline’ is closed to new replies.