Title: change widget output
Last modified: August 22, 2016

---

# change widget output

 *  Resolved [nikonier_1](https://wordpress.org/support/users/nikonier_1/)
 * (@nikonier_1)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/change-widget-output/)
 * Hi,
    the widget on my “extra-sidebar” should only display Eventname, Start & 
   Endtime(-date) and location. No event description, only a Link to the google 
   calendar for details. Which plugin file manage the output from the widget ? I
   need some help what should be edited/changed.
 * [http://laber.planet-heisel.de/](http://laber.planet-heisel.de/) (Look for Termine
   on the right)
    Google Calendar Events Version 2.1.4 WordPress 4.0.1 Raindrops
   theme
 * regards
 * Juergen
 * [https://wordpress.org/plugins/google-calendar-events/](https://wordpress.org/plugins/google-calendar-events/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/change-widget-output/#post-5521879)
 * The output of your calendars is determined by your Event Builder code or the 
   Simple Display options in your feed settings.
 *  Thread Starter [nikonier_1](https://wordpress.org/support/users/nikonier_1/)
 * (@nikonier_1)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/change-widget-output/#post-5521900)
 * Hi,
    thanks, but these options affect the output of the page and the widget. 
   What I mean is the output of the page: Permalink: [http://laber.planet-heisel.de/?gce_feed=termine](http://laber.planet-heisel.de/?gce_feed=termine)
   should show start,end,location and “long description”.
 * The widget should display only: start, end, location and a link for more details.
 * regards
 * Juergen
 *  [aparente001](https://wordpress.org/support/users/aparente001/)
 * (@aparente001)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/change-widget-output/#post-5521910)
 * Are you saying that you’re trying to pull from the same feed on both a page and
   a sidebar? (If not, please ignore the next remarks.)
 * It would be better to create two different feeds for these two different purposes.
   Because the formatting code in the feed will govern what will be pulled and displayed
   from the google calendar.
 * So for the sidebar, if I understood right, you’d like to display _only_:
    Eventname
   Start & End time location
 * (I’m guessing the date should appear above all of that.)
 * I think the following might work:
 *     ```
       <div class="gce-list-event gce-tooltip-event">[link][event-title][/link]</div>
       <div>[if-not-all-day] [start-time] - [end-time] [/if-not-all-day] </div>
       [if-location] <div>Location: [location]</div> [/if-location]
       ```
   
 * To avoid including the description, make sure your formatting code in your feed
   does not include anything like
    `[if-description] <div>Description: [description]
   </div> [/if-description]`
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/change-widget-output/#post-5521915)
 * [@aparente001](https://wordpress.org/support/users/aparente001/) is correct. 
   You will need to setup two different feeds if you want them to display differently.
 *  Thread Starter [nikonier_1](https://wordpress.org/support/users/nikonier_1/)
 * (@nikonier_1)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/change-widget-output/#post-5521916)
 * Hi,
    thanks to everybody for help. The setup of 2 Feeds is exactly want i need.
 * Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘change widget output’ is closed to new replies.

 * ![](https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960)
 * [Simple Calendar - Google Calendar Plugin](https://wordpress.org/plugins/google-calendar-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-calendar-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-calendar-events/)
 * [Active Topics](https://wordpress.org/support/plugin/google-calendar-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-calendar-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-calendar-events/reviews/)

## Tags

 * [output](https://wordpress.org/support/topic-tag/output/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 5 replies
 * 3 participants
 * Last reply from: [nikonier_1](https://wordpress.org/support/users/nikonier_1/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/change-widget-output/#post-5521916)
 * Status: resolved