Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #447423
    marikitacreative
    Participant

    Hello could anyone help me, is there a way to make plain text url to clickable on table widget?

    FYI, I am using CSV File data type for upload the data on table. I want to make the plain text url to clickable.

    Please help, thanks

    #448028
    Rana
    Participant

    Hello @marikitacreative,

    Hope you are having a good day!

    Certainly, you can add links to your CSV files by using the following format: <a href=URL>Text</a>. For example, <a href=https://premiumaddons.com>Premium Addons</a>. Please note that you may need to add the line below to your wp-config.php to allow uploading file that has HTML tags.

    define('ALLOW_UNFILTERED_UPLOADS', true);

    Best regards,
    Rana

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.