• Resolved TheDani

    (@thedani)


    Hello, can I have one permalinks (ex. /transport/boat/) and many title (ex. Boat) plus text (ex. Hero)?

    Visit Site/Front page (link – text):

    <a href="/transport/boat">Boat</a>, Hero
    <a href="/transport/boat">Boat</a>, Half Hero //error, unfortunately
    <a href="/transport/ferry">Ferry</a>, Antony Sheriff
    ...etc...

    There is error on 2nd links on upside. So I can have only links on downside, unfortunately:

    <a href="/transport/boat_hero">Boat</a>, Hero
    <a href="/transport/boat_half_hero">Boat</a>, Half Hero
    <a href="/transport/ferry_anthony_sheriff">Ferry</a>, Antony Sheriff
    ...etc...

    or only these two:

    <a href="/transport/boat">Boat</a>, Hero
    <a href="/transport/ferry">Ferry</a>, Antony Sheriff
    ...etc...

    or only text (Plain Paragraph Text):

    Boat, Hero
    Boat, Half Hero
    Ferry, Antony Sheriff
    ...etc...

    And I miss it, I wish there was one link and many titles. Could I have also Boat many times?

    Visit Site/Front page:

    <a href="/transport/boat">Boat</a>, Hero
    <a href="/transport/boat">Boat</a>, Half Hero
    <a href="/transport/ferry">Ferry</a>, Antony Sheriff
    ...etc...

    /wp-admin/post.php?post=10&action=edit
    More Fields:
    Transport: Boat <enter>, Ferry <enter>, Boat <error>

    (boat + boat is always error. But boat_hero + boat_half_hero is true, unfortunately).

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

    (@thedani)

    2) Can I have Boat (link) and Tractor (text)?

    <a href="/transport/boat">Boat</a>, Hero
    <a href="/transport/boat">Boat</a>, Half Hero
    <a href="/transport/ferry">Ferry</a>, Antony Sheriff
    Tractor, Belarus
    Tractor, John Deere
    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @thedani

    Sorry I do not understand your question.
    A post always has a single title and URL (permalink). This is simply how WordPress works.
    Of course, with custom fields you could add multiple titles but you’ll have to create your own templates etc. to use these fields.

    Cheers, Jory

    Plugin Contributor Jim True

    (@jimtrue)

    Closing as there has been no further response.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Could I have many title and one permalink?’ is closed to new replies.