Title: edgarsso's Replies | WordPress.org

---

# edgarsso

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress Event Calendar] Code Sample](https://wordpress.org/support/topic/plugin-wordpress-event-calendar-code-sample/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-event-calendar-code-sample/#post-1199025)
 * Even though the documentation could need some improvement, I believe this plugin
   is excellent! I really want to thank the developers for sharing this plugin with
   the WordPress community.
 * I’m going to see if I can format it in the calendar format. If I can pull it 
   off well I will post the code here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress Event Calendar] Can’t set time zone.](https://wordpress.org/support/topic/plugin-wordpress-event-calendar-cant-set-time-zone/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-event-calendar-cant-set-time-zone/#post-1193084)
 * Maybe this code will help for display the time
    `<?php $queryObject->startTime(
   get_option('time_format'));?>`
 * Now, to make the plugin to display the list of events you need a code like this:
 *     ```
       <?php
       //Replace calendarID value with the Calendar Category ID number you would like to display. In my case "2".
       $queryObject = new WEC_Query('calendarID=2');
       //Start the loop
       while($queryObject->haveEvents()): $queryObject->the_event(); ?>
   
       <strong><?php $queryObject->eventTitle(); ?></strong><br /><br />
       <strong>Fecha:</strong>&nbsp;<?php $queryObject->theDate(get_option('date_format'));?><br />
       <strong>Hora:</strong>&nbsp;<?php $queryObject->startTime(get_option('time_format'));?><br /><br />
       <?php $queryObject->eventExcerpt (); ?>
   
       <?php
       //End the loop
       endwhile; ?>
       ```
   
 * I kind of formatted how it will present the data but you can format it your own
   way. In other words, you can grab the line `<?php $queryObject->eventTitle();?
   >` and wrap it with <i> </i> if you would like to make the title show in italics.
   You can format the other tags as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Events] tinyMCE not shown](https://wordpress.org/support/topic/plugin-events-tinymce-not-shown/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-tinymce-not-shown/#post-1230676)
 * Same here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Events] Events TinyMCE Advanced Description Textarea](https://wordpress.org/support/topic/events-tinymce-advanced-description-textarea/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/events-tinymce-advanced-description-textarea/#post-953194)
 * Hello!
    I tried to look for similar code in the current version of Events and
   haven’t found anything similar. Have adapted your modified code to the current
   version?
 * Thanks!
    Ed
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [[Plugin: WPlite] Great Plugin](https://wordpress.org/support/topic/plugin-wplite-great-plugin/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-wplite-great-plugin/#post-1215604)
 * Great! I was wondering whether it worked well with the WP 2.84. Sounds like it!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom text which can be changed from admin](https://wordpress.org/support/topic/custom-text-which-can-be-changed-from-admin/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/custom-text-which-can-be-changed-from-admin/#post-1077749)
 * Jatinst… maybe you should look for the K2 theme and look for a pluggin K2 hookup
   and see how they do it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom text which can be changed from admin](https://wordpress.org/support/topic/custom-text-which-can-be-changed-from-admin/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/custom-text-which-can-be-changed-from-admin/#post-1077748)
 * stvwlf,
    I was looking for something like that code you provided. Thank you!.
   I put it in the code of my template and it works.. the only problem is that it
   lost the line breaks… do you know how to fix this? Any one? Thanks, Ed.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Always show parent pages](https://wordpress.org/support/topic/always-show-parent-pages/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/always-show-parent-pages/#post-954417)
 * Nobody?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin] Update: Sub Pages widget v1.2](https://wordpress.org/support/topic/plugin-update-sub-pages-widget-v12/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-update-sub-pages-widget-v12/#post-847841)
 * Hey Soakai… your site disappeared! :< Do you mind sharing your code with me? 
   Let me know thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Solved My “Insert Image into Post” Blank Popup Problem – Sharing](https://wordpress.org/support/topic/solved-my-insert-image-into-post-blank-popup-problem-sharing/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/solved-my-insert-image-into-post-blank-popup-problem-sharing/page/2/#post-730075)
 * Hello Guys! Happy to have another solution!
    I tried everything that was specified
   above and nothing worked… however, while reading one of the the links referred
   above it clicked! Right before I start having this type of problems I was messing
   with the Permalinks… I went back and removed any customization I made and voila!
   Problem solved!
 * I hope it helps you guys!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [user privilege](https://wordpress.org/support/topic/user-privilege/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [18 years ago](https://wordpress.org/support/topic/user-privilege/#post-647616)
 * You might want to kindly consult with the developer of that plugin you are using.
   He/she might have some time to assist you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Advanced user permissions](https://wordpress.org/support/topic/advanced-user-permissions/)
 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [18 years ago](https://wordpress.org/support/topic/advanced-user-permissions/#post-711750)
 * Hello Bruno,
 * I believe this is the answer to your question. I hope you are familiar with WordPress…
   if you are then you already now how to install plugins and test them. Anyway,
   today I ran into this plugin that links users to categories.
 * Here it is:
    Level2Categories [http://wordpress.org/extend/plugins/levels2categories/#post-551](http://wordpress.org/extend/plugins/levels2categories/#post-551)
   Install it and see what happens.
 * Hope it help!
    Ed

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