NiceThemesStaff home page – NiceThemes http://nicethemeswp.com/forums/topic/staff-home-page-2/feed/ Wed, 23 Apr 2025 14:57:59 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5509 <![CDATA[Staff home page]]> http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5509 Sun, 29 Mar 2015 16:10:19 +0000 kevinmartel Hi there

I’m looking to have all staff on the home page and not only 4 persons in rotation as now. How can I change that ?

Thanks a lot

Kevin

]]>
http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5511 <![CDATA[Reply To: Staff home page]]> http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5511 Sun, 29 Mar 2015 18:39:49 +0000 Juanfra Aldasoro Hi Kevin,

Thanks for writing.

We’re working on that for the upcoming version.

At this moment the only way to achieve that would be modifying the code of the file template-home.php

Are you comfortable with modifying code?

Best,
Juan

]]>
http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5514 <![CDATA[Reply To: Staff home page]]> http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5514 Sun, 29 Mar 2015 21:42:11 +0000 kevinmartel Hi Juan

Not really but I can try šŸ™‚

Could you just help me with the structure of the code ?

Thanks a lot for support
Kevin

]]>
http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5521 <![CDATA[Reply To: Staff home page]]> http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5521 Mon, 30 Mar 2015 22:30:26 +0000 Juanfra Aldasoro Hello Kevin,

Ok, look for the file template-home.php, which is inside the theme folder (/paeon/).

Open the file in order to edit it, and look for the following part:

array(
									'post_type'			=> 'staff',
									'orderby'			=> $nice_staff_order,
									'posts_per_page'	=> 4,
									'order'				=> 'ASC');

Replace the number 4, with a -1

Yes, a minus one. Save the file and re upload it to your server.

That should do the trick.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5530 <![CDATA[Reply To: Staff home page]]> http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5530 Sun, 05 Apr 2015 15:46:07 +0000 kevinmartel Works good Juan. Thanks !

]]>
http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5532 <![CDATA[Reply To: Staff home page]]> http://nicethemeswp.com/forums/topic/staff-home-page-2/#post-5532 Mon, 06 Apr 2015 14:16:25 +0000 Juanfra Aldasoro No problem Kevin šŸ™‚

Have a nice day,
Juan.

]]>