Title: linkingarts's Replies | WordPress.org

---

# linkingarts

  [  ](https://wordpress.org/support/users/linkingarts/)

 *   [Profile](https://wordpress.org/support/users/linkingarts/)
 *   [Topics Started](https://wordpress.org/support/users/linkingarts/topics/)
 *   [Replies Created](https://wordpress.org/support/users/linkingarts/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/linkingarts/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/linkingarts/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/linkingarts/engagements/)
 *   [Favorites](https://wordpress.org/support/users/linkingarts/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Event Calendar / Scheduler] How to call the calendar in a page?](https://wordpress.org/support/topic/plugin-event-calendar-scheduler-how-to-call-the-calendar-in-a-page/)
 *  [linkingarts](https://wordpress.org/support/users/linkingarts/)
 * (@linkingarts)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-event-calendar-scheduler-how-to-call-the-calendar-in-a-page/#post-1238918)
 * FYI I also had an issue with the calendar showing up. Needed to edit scheduler.
   php, all instances of the following:
 * `href=\"wp-content`
 * needed to be changed to my site path,
 * `href=\"http://www.mysite.com/wp-content`
 * (this should really use the ABSPATH variable though)
 * (as should the following)
 * `src=\"wp-content`
 * needed to be changed to my site path,
 * `src=\"http://www.mysite.com/wp-content`
 * Not sure what was going on there but since I put the scheduler call in a 2nd 
   level page, it wasn’t working (couldn’t find the required files).
 * Hope that helps somebody.

Viewing 1 replies (of 1 total)