Crocoblock / suggestions

The suggestions for CrocoBlock project
195 stars 78 forks source link

JetEngine - Shortcode/Widget - Callback - Get Permalink/URL by ID #7617

Closed engrrajonahmed closed 1 month ago

engrrajonahmed commented 2 months ago

It would be beneficial to have a callback function that retrieves permalinks/URLs based on IDs.

For instance, within a field of CPT or CCT, if we have an array of IDs for posts, pages, media, or users, we should be able to obtain the permalinks/URLs for these objects using their respective IDs.

MjHead commented 1 month ago

You can do this with Dynamic Field widget

image
engrrajonahmed commented 3 weeks ago

@MjHead Thanks for your reply. The solution works only for a single entry. I am talking about an array of IDs. Thank you once again!