GeoDirectory SupportLost my excerpts on Home Page for my listings – GeoDirectory Support https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/feed Sun, 05 Apr 2026 23:47:25 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25526 <![CDATA[Lost my excerpts on Home Page for my listings]]> https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25526 Fri, 26 Dec 2014 21:52:20 +0000 ray-ramon-r I did something that caused me to lose the excerpts for the listing on my home page. my url http://www.encuentramaz.com

]]>
https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25528 <![CDATA[Reply To: Lost my excerpts on Home Page for my listings]]> https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25528 Fri, 26 Dec 2014 21:53:50 +0000 Simone Hello, this is a known issue and will be fixed in the next release.

]]>
https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25530 <![CDATA[Reply To: Lost my excerpts on Home Page for my listings]]> https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25530 Fri, 26 Dec 2014 23:12:08 +0000 ray-ramon-r So what do I do for now?

]]>
https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25532 <![CDATA[Reply To: Lost my excerpts on Home Page for my listings]]> https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25532 Fri, 26 Dec 2014 23:27:09 +0000 Guust You need to edit this file:
wp-content/plugins/geodirectory/geodirectory-functions/custom_functions.php

Find about line 54 and you will see this:


$excerpt = get_the_excerpt();
 return;
 $charlength++;

Comment that out like this (note the two slashes):


$excerpt = get_the_excerpt();
 //return;
 $charlength++;
]]>
https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25534 <![CDATA[Reply To: Lost my excerpts on Home Page for my listings]]> https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25534 Fri, 26 Dec 2014 23:37:25 +0000 ray-ramon-r Thank you Guust!! Worked like a charm!!

]]>
https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25535 <![CDATA[Reply To: Lost my excerpts on Home Page for my listings]]> https://wpgeodirectory.com/support/topic/lost-my-excerpts-on-home-page-for-my-listings/#post-25535 Fri, 26 Dec 2014 23:38:29 +0000 Guust You’re welcome 🙂

]]>