Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter EOZYVS

    (@eozyo)

    Thank you very much NateJacobs, that was precisely what i was looking for.

    I would like just to point out that something must be set as tag base in your Admin -> Settings -> Permalinks area, if you leave it empty get_options('tag_base') returns empty as well.

    Regards,

    Hi, I’d like to know if you found an answer to your question.

    I’m tempted to edit rewrite.php but i know that hacking core files is not recommended, since in every WP update it will be overwritten.

    In this particular case if you change “page” from that file you will still have to go to the database and edit the rewrite_rules entry in your wp_options table for the change to take effect.

    I believe that there must be an easier way to modify this by using $wp_rewrite and $permalink_structure but unfortunately i haven’t figured it out yet.

    Regards,

    Thread Starter EOZYVS

    (@eozyo)

    Sorry, the above box should look like

    http://www.domain.com/author/some-author/page/2/

    And the part to translate/remove is “page”

    Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)