Viewing 3 replies - 1 through 3 (of 3 total)
  • You can setup how you wish your permalink structure to be under Options->permalinks in the user interface. You then have to copy and paste the text it gives you into your .htaccess in your /wordpress/ directory.

    Thread Starter fairlyclever

    (@fairlyclever)

    I didn’t mean like that, I meant how can I control what’s on the permalink page?

    The code for displaying the track back is in wp-comments.php.
    Look for this code:
    <?php if ('open' == $post->ping_status) { ?>
    <?php _e("The URI to TrackBack this entry is:"); ?> <?php trackback_url() ?>
    <?php } ?>

    So if you wanted change “The URI to TrackBack..” you would just edit the text here. If you don’t want the URI to be italics remove ` and ‘.
    If you want to chage the formating of this text then add a class to your wp-layout.css (maybe .TrackBackFormat) and then you can change everything from font to background, etc
    Is that what you mean?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing Permalinks’ is closed to new replies.