samadams
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: SE-Friendly Permalinks whacked my Archives linksOK, we’re still waiting…
I bet there’s a solution to this.
steve
Forum: Fixing WordPress
In reply to: SE-Friendly Permalinks whacked my Archives linksI’m still looking for a solution to this problem. Anyone have any ideas?
thanx,
steve
Forum: Fixing WordPress
In reply to: SE-Friendly Permalinks whacked my Archives linksWell, as I posted in my PS:, I do have index.php in the structure. I had added that in when the permalink structure change didn’t work the first time…
The structure is fine… it’s just that it’s apparently whacked all links to posts created previous to the structure change. Those posts are still in the system; they just don’t show up properly when you click the Archives links.
Apparently related to the problem that thebloke was having with his change to permalink structure (previous thread)…
Forum: Fixing WordPress
In reply to: SE-Friendly Permalinks whacked my Archives linksPS: Here’s my permalink structure:
/index.php/%monthnum%/%day%/%year%/%postname%/
Apparently I don’t have mod_rewrite enabled on my server, since the change didn’t work the first time around. Adding index.php to the URL fixed that, but I wonder… is this related to my issue?
thanx,
steve
Forum: Installing WordPress
In reply to: remove blog entry from comments pageI’d like to do the same thing, but I don’t see a #reply anchor tag on the comments.php page, and am not sure how to link to an anchor from the index.php page. (I’m using the Gila template theme, so maybe the code is a bit different…)
My link to Comments is structured like this:
\\<img src=”../media/comment_icon.gif” width=”18px” height=”15px” alt=”comments”><?php comments_popup_link (‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?> (click to add yours) <?php edit_post_link(‘Edit’,”,”); ?>\\
Because I don’t know PHP, I’m not sure how to construct a link to a #reply anchor tag. Would appreciate it if someone can show me how to do this.
Also, I’d like to incorporate the comment_icon.gif image into the link, so users can click on that as well to go to Comments. I’m not sure how to integrate that with the PHP code; I took several stabs at it, but it didn’t work.
Any help is much appreciated.
thanx,
steve