Mediabistro Blogs Configuration

From Littledamien Wiki
Revision as of 21:53, 13 April 2012 by 192.168.123.1 (talk)
Jump to navigation Jump to search

sandbox settings

network settings

  • access to settings shared across blogs & sandboxes
  • log in to sandbox dashboard > upper right link: "Network Admin"

mobile

  • plugin: WordPress Mobile Edition
  • accessed through network admin > plugins
  • theme: "carrington-mobile-X.X.X", where "X.X.X" is the version of the plugin

sidebar content

  • /wp-content/themes/[THEME]/sidebar.php
    e.g. for the "base" theme: /wp-content/themes/base/sidebar.php
  • The sidebar modules are set in the blog's config file.
  • /wp-content/themes/[THEME]/inc/config/[BLOG-SLUG]-config.php
    e.g. for the "AllTwitter" blog: /wp-content/themes/base/inc/config/alltwitter-config.php
$MB->sidebarModules = array(); /* << array contains list of module content include paths */
  • e.g. The featured jobs module: $moduleDir.'jobs.php'
  • sidebar module content includes are located in /wp-content/themes/[THEME]/modules/