Blog loop inside linked component might not quite linked

conditions:

  • blog loop is inside any linked component;

possible bugs:

  • modification to loop base and its children, will only be recorded on the active page, while other pages completely ignore it;
  • modification to loop baseare completely being ignored by all pages, including active page;
  • this is not only happening in preview browser, but also exported site;

current work arround:

  1. move blog loop outside the linked component(and/or any linked component, preferably on body);
  2. make modification to blog loop;
  3. move blog loop back into linked component;