Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding static featured blogs with dynamic authors avatar on home page?

@rogercoathup

Participant

@jwack – it won’t be easy as a non-programmer.

Your best route is probably to make use of switch_to_blog(); and use a ‘standard’ WordPress posts loop on each blog in turn.

Search ‘wordpress loop’ in Google. You’ll also need to call functions to fetch the author, etc.

You may be able to figure out your loop code from the examples on the WordPress codex… if not, there’s no short cut and you should book up on the PHP programming language.

Skip to toolbar