PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, March 5, 2022

[FIXED] Enable custom database table fields in Wordpress Elementor

 March 05, 2022     elementor, php, phpmyadmin, sql, wordpress     No comments   

Issue

I have an addition database table that was created manually not generated via Wordpress. I want to integrate this table into Wordpress so I can use within the dynamic fields options in Elementor.

Please can you advise the best way to to this?

I have found a plugin called metabox.io , but not sure how to do it via that either. I can see options to create custom tables via meta box, but not integrate manually tables.

Any suggestions appreciated.


Solution

the best way i can think of is to create a custom wordpress shortcode. in the end you should have something like [custom_table id="1" column="db_column" condition=""], you will be able to use this shortcode in elementor dynamic fields.

i do not know about the plugin you mentioned. if you're not familiar with wordpress development you should hire a developer to do this for you.



Answered By - Shalior
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing