• I have written a widget which displays all the titles of upcoming events. Now I need to create a link on these titles which changes the current content block (current page content) with event details. add_filter() will change the content, but how to initiate by clicking the link?

Viewing 1 replies (of 1 total)
  • Thread Starter Chitrakala

    (@chitrakala)

    rewritten the post –

    Event data has be retrieved using wp_remote_get() from remote database and displayed all event title only on sidebar widget. Now I need to create a link on these title which changes the current content block (current page content) with event details.

    add_filter() will change the content, but how to initiate by clicking the link?

Viewing 1 replies (of 1 total)
  • The topic ‘change the content of the page when link on the side bar widget clicked’ is closed to new replies.