Wordpress team page, any suggestions ?

Soldato
Joined
5 Feb 2006
Posts
3,524
Gentlemen,

After a bit of advice. I've made a website for a friends father. I'm now in the process to trying to convert it to Wordpress. a learning process for my self.
I've made the team page look like this : http://www.loanssas.com/team.html .So the question is, does any one know a plugin or anything that can help me re create the page and easily adjustable so I don't have to update it for them. I've found a possible one.

http://lucianabruscino.com/wp-plugin-meet-the-team/

& also possibly

http://codecanyon.net/item/meet-the-team-plugin/4126778

was wandering if any one has had any run ins with either of them or can recommend one

cheers :)
 
Soldato
Joined
9 Mar 2010
Posts
2,841
I've not run either of those plugins but I've achieved the same thing by creating my own short code to list pages.

What I did (was for a list of cars) was create the pages:

Cars
-> Red Car
-> Blue Car
-> Yellow Car

Then you create the content for each "car" page and include a featured image.

Then I create my own short code that let me say "List all sub pages with this fancy format"

Which I then put on the "cars" page which just looked like this:
[list-sub-pages]

The short code itself did something like:

Get current page
From current page get child pages
For each child page
Get page title
Get page featured image
Get a couple of custom content pieces of information (price etc)
Output a the above pieces of information in a nice layout

It's actually a fairly straight forward introduction to creating your own first plugin.

Alternatively WordPress is simple enough to surely just try both of the above plugins and see how you get on...
 
Back
Top Bottom