NiceThemesLimit content on general service page – NiceThemes http://nicethemeswp.com/forums/topic/limit-content-on-general-service-page/feed/ Wed, 23 Apr 2025 14:38:49 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/limit-content-on-general-service-page/#post-2742 <![CDATA[Limit content on general service page]]> http://nicethemeswp.com/forums/topic/limit-content-on-general-service-page/#post-2742 Fri, 13 Dec 2013 03:54:45 +0000 cybrbaer Can I control the amount of content that is pulled from the specific service pages to the general page?

]]>
http://nicethemeswp.com/forums/topic/limit-content-on-general-service-page/#post-2746 <![CDATA[Reply To: Limit content on general service page]]> http://nicethemeswp.com/forums/topic/limit-content-on-general-service-page/#post-2746 Fri, 13 Dec 2013 13:23:50 +0000 Juanfra Aldasoro Hello there,

What do you mean by general page? The services template?

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/limit-content-on-general-service-page/#post-2758 <![CDATA[Reply To: Limit content on general service page]]> http://nicethemeswp.com/forums/topic/limit-content-on-general-service-page/#post-2758 Fri, 13 Dec 2013 22:39:51 +0000 cybrbaer yes

]]>
http://nicethemeswp.com/forums/topic/limit-content-on-general-service-page/#post-2759 <![CDATA[Reply To: Limit content on general service page]]> http://nicethemeswp.com/forums/topic/limit-content-on-general-service-page/#post-2759 Sat, 14 Dec 2013 01:09:47 +0000 Juanfra Aldasoro Hi there,

Thanks for your response.

Unfortunately there’s no option to change that from the backend. However, if you check the code over template-services.php you’ll see that the function:

the_excerpt();

Is the one in charge of displaying the description. We count with a function in our framework that allows you to pick the amount of characters to show. You can try and replace the one I mentioned before with ours:

nice_excerpt(200);

200 is the number of characters to be printed, it is an example, you can pick your own number.

Best,
Juan.

]]>