Title: johanm's Replies | WordPress.org

---

# johanm

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nisarg] Read more link for excerpts](https://wordpress.org/support/topic/read-more-link-for-excerpts/)
 *  Thread Starter [johanm](https://wordpress.org/support/users/johanm/)
 * (@johanm)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/read-more-link-for-excerpts/#post-8505713)
 * Figured something out, it kinda works. In functions.php I changed the function
   nisarg_new_excerpt_more() to (hardcoded Dutch texts):
 *     ```
       function nisarg_new_excerpt_more( $more ) {
        	return '<p class="read-more"><a href="'. esc_url(get_permalink( get_the_ID() )) . '">' . 'lees verder &raquo;' . '<span class="screen-reader-text"> '. 'lees verder' .'</span></a></p>';
       }
       ```
   
 * And in content-excerpt.php, I added nisarg_new_excerpt_more() after the the_excerpt()
   function call:
 *     ```
       <?php the_excerpt();
       echo nisarg_new_excerpt_more();
       ?>
       ```
   
 * Not pretty, but I haven’t done much coding lately. But it works, I now have read
   more links after excerpts. Also changed the CSS, so it is smaller and right aligned.
    -  This reply was modified 9 years, 5 months ago by [johanm](https://wordpress.org/support/users/johanm/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] 502 Bad Gateway after upgrading to WordPress 4](https://wordpress.org/support/topic/502-bad-gateway-after-upgrading-to-wordpress-4/)
 *  Thread Starter [johanm](https://wordpress.org/support/users/johanm/)
 * (@johanm)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/502-bad-gateway-after-upgrading-to-wordpress-4/#post-5294805)
 * I managed to solve it by upgrading my theme, namely Thesis, from version 1.8.5
   to 1.8.6.
    [link](https://wordpress.org/support/topic/502-problem-after-upgrading-to-wp4-and-w3-total-cache?replies=2)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [502 Problem after upgrading to WP4 and W3 Total Cache](https://wordpress.org/support/topic/502-problem-after-upgrading-to-wp4-and-w3-total-cache/)
 *  Thread Starter [johanm](https://wordpress.org/support/users/johanm/)
 * (@johanm)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/502-problem-after-upgrading-to-wp4-and-w3-total-cache/#post-6252627)
 * Keeping fingers crossed, but problem seems solved by upgrading from Thesis 1.8.5
   to 1.8.6 theme.
    As to why certain pages displayed correctly and others not …?
   Pages display correctly and no longer “Connection reset by peer” errors in log
   files. Gonna keep an eye on it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] 502 Bad Gateway after upgrading to WordPress 4](https://wordpress.org/support/topic/502-bad-gateway-after-upgrading-to-wordpress-4/)
 *  Thread Starter [johanm](https://wordpress.org/support/users/johanm/)
 * (@johanm)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/502-bad-gateway-after-upgrading-to-wordpress-4/#post-5294525)
 * Problem solved after undoing the upgrade to WordPress 4 (restoring backups). 
   Another problem I found after the upgrade and deactivating W3 Total Cache was
   that some longer articles were cut off.

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