• Hello! This is my first forum post to any theme so bear with me here.

    On the theme pachyderm you’ve made which I LOVE, when I click to “continue reading >>” I come up with a 404 page not found. Also when I click the post format image. Could this be a problem with my permalinks? Or possibly the post isn’t actually being saved in my wordpress database? I’m going to continue playing around with things on my own but I was hoping you may have a quick fix easy answer to my problem.

    Thank you!

    Maggie

    http://wordpress.org/extend/themes/pachyderm/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Caroline Moore

    (@sixhours)

    Yes, this sounds like an issue with permalinks. You can confirm this by activating one of the default themes–chances are the links still won’t work with Twenty Eleven, for example.

    Sometimes simply updating the permalinks structure can help–go to Settings -> Permalinks and click Save Changes. If that doesn’t work, you can read more about using permalinks here. There are some troubleshooting tips at the bottom of the article.

    sorry, not sure if i’ve posted in the right thread. Am pretty new here. I’m using Pachyderm theme and am figuring out how to REMOVE the 2 icons at the left side — the “Permalink to <current page>” and “Comments on <current page>”?
    Its the icon with paper with folded corner and heart shape..

    Anyone can advise pls? thanks.

    Theme Author Caroline Moore

    (@sixhours)

    (In the future, please post a new thread for new topics, as per the forum rules. Thanks! :))

    You can remove the comments most easily by disabling comments on your posts.

    If you want to enable comments but remove the link/icon to them, you can use CSS in a child theme to hide them. Something like this should work to hide both icons:

    span.comments-link,
    .post.format-standard .post-format-indicator {
       display: none;
    }

    I recommend using Firebug for this type of CSS work–you can right-click to Inspect the site and find the classes you want to change.

    Thanks Sixhours. Pardon my ignorance..but how do u go abt adding the codes (u stated above)?
    what are the steps pls?

    thanks again.

    Theme Author Caroline Moore

    (@sixhours)

    Read through the links I posted above. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Pachyderm] Links broken’ is closed to new replies.