pdxoutsider
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Not Logging VisitorsI’m similarly interested. I’ve had my blog up for about a week, and I know my wife has been reading it from work, at least, so I don’t have the zero traffic this plugin says I do. I just auto-updated to 1.2.2, so I’ll be watching for a change, but yeah, what gives?
Forum: Fixing WordPress
In reply to: Replace text in main index navigationThat did it, after I switched the placement of “Newer” and “Older”. Thank you for the nav values and the documentation link. I learned something.
Forum: Fixing WordPress
In reply to: Replace text in main index navigationNo joy. My theme is Darkwater 1.1 by Anthony Baggett. The only mention of navigation in the index template is toward the bottom, where he calls
<div class=”navigation”>
<?php posts_nav_link(); ?>
</div>. . . which results in the same “Previous” and “Next” language that I see on every other WordPress blog I’ve visited. I can’t make this change in the theme, so I have to make it wherever the theme is pulling the navigation from. Any idea where that is?
(Am I missing the point? Is Darkwater taking its lead from the default theme preloaded with WordPress, and I just have to change it there?)
The blog is pdxoutsider if anybody needs to look at it.
—
Edit: I just looked at the Default and Classic themes, and they already say “Older” and “Newer,” so that’s not it.