admin管理员组

文章数量:1122846

I am making a simple project portal where a user can apply for projects, now I want, if the user applies for any project, it should be visible on the "My projects" page in his/her account.

I am using "SIMPLE JOB BOARD" plugin to post projects. How can I implement this ?? there is a unique user ID for every user and a unique project-ID so can I use it in some way to get some shortcode and show on front end?

I am making a simple project portal where a user can apply for projects, now I want, if the user applies for any project, it should be visible on the "My projects" page in his/her account.

I am using "SIMPLE JOB BOARD" plugin to post projects. How can I implement this ?? there is a unique user ID for every user and a unique project-ID so can I use it in some way to get some shortcode and show on front end?

Share Improve this question asked Jul 29, 2024 at 5:46 Abheer MehrotraAbheer Mehrotra 1 2
  • You'll have to figure out how to query the 'Simple Job Board' plugin's data - does it use Custom Post-Types, does it use custom data tables, etc... ...the solution here is to figure out what to query and how and then output that in a shortcode. – Tony Djukic Commented Aug 1, 2024 at 20:32
  • Thanks @TonyDjukic – Abheer Mehrotra Commented Aug 3, 2024 at 4:42
Add a comment  | 

1 Answer 1

Reset to default 0

I would suggest you asking this question in the dedicated plugin forum. They might be able to answer this question more precisely, as the developers are active in the forum (from what I can see).

Alternatively this add-on should do the trick - it's featured in the plugin description as well.

本文标签: How to fetch data from the two plugin39s data on the frontend