Title: marcqs's Replies | WordPress.org

---

# marcqs

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Property Listings] Inspection times not showing in template](https://wordpress.org/support/topic/inspection-times-not-showing-in-template/)
 *  Thread Starter [marcqs](https://wordpress.org/support/users/marcqs/)
 * (@marcqs)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/inspection-times-not-showing-in-template/#post-10790479)
 * Sorry, the mistake was mine. I was calling the function in the wrong way in the
   template. I assumed that if the name of the new function was “my_epl_property_inspection_times”,
   I had to call it in the temple as “do_action(‘my_epl_property_inspection_times’)”.
 * Thanks for developing one of the best WordPress plugins for real estate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Excessive write](https://wordpress.org/support/topic/excessive-write/)
 *  [marcqs](https://wordpress.org/support/users/marcqs/)
 * (@marcqs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/excessive-write/#post-3533763)
 * Daniel, thanks for pointing to that. I’ll try the option to see what happens.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Excessive write](https://wordpress.org/support/topic/excessive-write/)
 *  [marcqs](https://wordpress.org/support/users/marcqs/)
 * (@marcqs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/excessive-write/#post-3533727)
 * I received something similar from Inmotion:
 * “From limited research we noted that part of your site appears to use larger 
   amounts of system cpu and memory than is normally allowed. Issues like this can
   be caused by abnormally high concurrent traffic to specific parts of the site,
   or by a script that is perhaps not optimized for more aggressive use.
 * From what we could see, the portion of your site causing the issue was: …/public_html/
   wp-cron.php”.
 * The message did not specifically mention backwpup, but when I disable the plugin
   the website began to work properly.
 * Is there any way to schedule a backup without wordpress cron?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Setting class on ul in wp_nav_menu()](https://wordpress.org/support/topic/setting-class-on-ul-in-wp_nav_menu/)
 *  [marcqs](https://wordpress.org/support/users/marcqs/)
 * (@marcqs)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/setting-class-on-ul-in-wp_nav_menu/#post-2624300)
 * Something like this:
 * `wp_nav_menu( array( ‘items_wrap’ => ‘<ul class=”sf-menu”>%3$s’ ) );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP Property Ajax Pagination is not user friendly](https://wordpress.org/support/topic/wp-property-ajax-pagination-is-not-user-friendly/)
 *  [marcqs](https://wordpress.org/support/users/marcqs/)
 * (@marcqs)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/wp-property-ajax-pagination-is-not-user-friendly/#post-2466401)
 * I also like to know the answer to the question asked by WendyBee.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Problem with Coauthors](https://wordpress.org/support/topic/problem-with-coauthors/)
 *  [marcqs](https://wordpress.org/support/users/marcqs/)
 * (@marcqs)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/problem-with-coauthors/page/2/#post-2231005)
 * [Take a look at this thread](http://http://wordpress.org/support/topic/plugin-co-authors-plus-template-tags-create-duplicate-entries-of-authors),
   because a had the same question.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Problem with Coauthors](https://wordpress.org/support/topic/problem-with-coauthors/)
 *  [marcqs](https://wordpress.org/support/users/marcqs/)
 * (@marcqs)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/problem-with-coauthors/#post-2231002)
 * Totally. Works great. This helps me get a better understanding of the plugin 
   to do other things. Thanks for your time and support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Problem with Coauthors](https://wordpress.org/support/topic/problem-with-coauthors/)
 *  [marcqs](https://wordpress.org/support/users/marcqs/)
 * (@marcqs)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/problem-with-coauthors/#post-2230998)
 * Hello. I would like put the link for each author’s archive after author’s bio
   in a similar way as does twenty eleven theme.
 * Author 1
    Description View all posts by Author 1
 * Author 2
    Description View all posts by Author 2
 * For this I used a code similar to that showed by Daniel. I show the sample code
   that works fine so far (the modification is made ​​in content.single.php template):
 *     ```
       <div id="author-info">
       	<?php
       	$coauthors = get_coauthors(); ?>
       	<?php foreach( $coauthors as $coauthor ): ?>
       	<div class="author-description">
       	<?php $userdata = get_userdata( $coauthor->ID ); ?>
       		<h2><?php if ( $userdata->display_name ) echo $userdata->display_name; ?></h2>
       <		?php if ( $userdata->user_description ) echo $userdata->user_description; ?>
       </div>
       ```
   
 * What I want to do now is put the link to the archive of each author. My question
   is: there is a better way to do this or how can this be done by adding something
   extra at the end of the code above? Thanks in advance for the help you can give
   me.

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