• I added my data base on my wordpress server. (A table of 10k lions, with ID’s going from 1 to 10.000 all with their own atributes and rarity of the attributes)

    Now I want people on my page to have the option to enter a LionID and then be given the data of that lion.

    I would like to display the data in a way as shown in the 3th photo.
    (The user fills in the ID of a lion, and the page then shows them the ranking & percentage and below that the attr. type – attributes- type rarity are given of that specific lion)

    I tried looking into plugins or coding and using shortcodes plugin, but I didn’t manage to make it work

    Furthermore, this dataset also has a URL link of the image of each lion. I would also like to display these next to the values ​​given.

    Hopefully this is possible. Thanks in advance.
    (link to my post on reddit to see the pictures of my database and desired outcome https://www.reddit.com/r/Wordpress/comments/r75l2p/displaying_requested_data_from_a_the_database_in/?utm_source=share&utm_medium=web2x&context=3)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi @ridethebull,

    You cannot generate this out of the box with WP Data Access. But you can add a custom search form and update your list automatically based on the user input. You can also use css to change the default layout to something looking like your list. An example can be found on this demo page:
    https://wpdataaccess.com/demos/demos-data-publisher/data-publisher-detail-page-demo/

    The demo shows a bike list. If you click on one of the “Show Bike Details” links, you’ll see a detail page which shows the data vertically, like what you are looking for I think.

    The only thing left is the block in the middle. What kind of data is this?

    Best regards,
    Peter

Viewing 1 replies (of 1 total)

The topic ‘Help displaying requested data from database.’ is closed to new replies.