• Resolved fredgr142

    (@fredgr142)


    Hi,

    It makes a lot of time that I’m trying to find a post about that subject without any chance.

    I’m working with wordpress 3.4.1. and I display “more” button in my pages using content and the_content.
    The only trouble, is that I want to change the URL link of this read more button but not the displayed text.
    Because, I know that posts are presently linked with post id or category…

    Is it possible to costumize each read more buttons with a different link(not the post link)???

    TY

Viewing 3 replies - 1 through 3 (of 3 total)
  • Not by using <?php the_content();?> – no. You’d need to come up with bespoke coded solution – possibly using custom fields.

    Thread Starter fredgr142

    (@fredgr142)

    I’ve read a bit of that link, but I don’t really understand how I possibly could do it using custom fields… (sorry, I’m a nooby in php)

    Can you explain me a bit more about your idea?

    Thread Starter fredgr142

    (@fredgr142)

    I’ve found a way to do it with the “Redirection” plugin!!!

    I’ve change the hitting link of my read more button and auto-redirect them to the good url!

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Read More linking pages’ is closed to new replies.