Pregunta

¿Cuál es la mejor manera de tener varios blogs en un sitio? No estoy hablando de varios sitios.

Lo que quiero es un sitio web con 5 blogs. Todo accesible desde un menú y editable de un back-end, que podría utilizar las categorías, aunque estoy buscando otra cosa. Multisitio necesitaría una gran cantidad de ajustes.

¿Fue útil?

Solución

If you don't want to use Multisite, yet still want to have multiple blogs with a common backend, another idea is:

  • Customize your theme's Author Templates so each author's "blog homepage" has a distinct design
  • Create several different stylesheets, one per author. Use some conditional logic to display the appropriate stylesheet when viewing an individual blog post, so that the post matches that author's homepage design.
  • Create several different sidebars, one per author. This will allow you to have different widgets per author. You'll need conditional logic to know which sidebar to display too.

Of course, this would require quite a bit of tweaking too. Multisite might be less work.

Otros consejos

install WP3.0, use the mulisite feature and create a template in the first blog. This template has different loops and switch in each blog and use the content in the loop; use function switch_to_blog() for switch and then use default wp_query() Also you can use import via RSS, maybe with plugins, maybe RSSimport, or own source

If you want to have multiple blogs "on one site", do you mean each having a separate page? If so, you should create a network using subdirectories.

Licenciado bajo: CC-BY-SA con atribución
scroll top