• Hello, I have a page within my website which contains a table (WP Table Builder) with a large number of links, which I need to update. These links are embedded within a Buy Now button. Is there a way I can run a plug-in to update these links? I am aware it’s possible within “posts” but cant seem to find anyway from within a table? Any help or insight would be amazing! Thanks.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Saad

    (@protibimbok)

    There’s no available plugin to do this for you as per my knowledge but there are some possible ways to achieve this.
    1. Manual Coding: If you are familiar with coding then you can simply do a regex in the related meta field of wp table builder.
    2. Manual editing:
    i. View you table in the preview page
    ii. Open the inspect tab and copy the table by right click in the element -> copy -> outer html
    iii. Open the copied text and replace the links using any text editor
    iv. Open the table in the Legacy builder and replace the table element there with updated one
    v. hit save

Viewing 1 replies (of 1 total)

The topic ‘Find and Replace Within a WP Table’ is closed to new replies.