<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Why would you need a sub page of a site to identify itself as is_home(), it 
is not the front_page or home?</DIV>
<DIV> </DIV>
<DIV>That’s the point, to put the blog posts onto a separate sub page hence the 
template; and not have it initiate functions that run as home.</DIV>
<DIV> </DIV>
<DIV>Again, and I will make this point a little more clear.   When you 
run the settings –> reading, ‘a static  page’ [ set the posts page 
]  You are running the WordPress’s template hierarchy, so the the first 
thing it’s going to do is use the template structure of the theme;  for 
example, the index.php / but say the theme’s index.php is made for the home page 
which have things inside of which only run ON the intro-splash first page you 
hit, .. PEOPLE DO NOT WANT THAT;  the case-use here is that they want to 
move their blog posts to a sub page that is NOT a home page.</DIV>
<DIV> </DIV>
<DIV>These are people who do not just “go in and modify a theme”, these are 
users.  They don’t create a home.php they don’t create a front-page.php 
they use the theme and want to move their blog to a sub page from their 
home.</DIV>
<DIV> </DIV>
<DIV>If “I” were to create a front-page.php or a home.php or otherwise when 
people use the theme the template heirarchy uses those first when the setting is 
not set; which defeats the purpose of having specific functionality separated to 
begin with and then it cannot happen.</DIV>
<DIV> </DIV>
<DIV>And yeah, I still believe you won’t “get it”, and I have no more words to 
say on the subject.   It’s clear, you probably just need to experiment 
some more on how it works.  Or enlighten me otherwise.</DIV>
<DIV> </DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV> </DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=chip@chipbennett.net 
href="mailto:chip@chipbennett.net">Chip Bennett</A> </DIV>
<DIV><B>Sent:</B> Saturday, July 05, 2014 7:40 AM</DIV>
<DIV><B>To:</B> <A title=theme-reviewers@lists.wordpress.org 
href="mailto:theme-reviewers@lists.wordpress.org">Discussion list for WordPress 
theme reviewers.</A> </DIV>
<DIV><B>Subject:</B> Re: [theme-reviewers] Is Blog.php is allowed in 
theme?</DIV></DIV></DIV>
<DIV> </DIV></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV dir=ltr>I'm not sure I follow. Why would you need the blog posts index 
query/context/template not be able to identify itself as such (is_home())? 
<DIV> </DIV>
<DIV>The *blog* is the blog posts index, which should be rendered using the Home 
Template Hierarchy. When settings are configured properly (i.e. as defined by 
core), then a blog.php (i.e. a custom page template to render the blog posts 
index) is pointless. It will never get used, unless the Theme instructs the user 
to use a configuration other than the one defined by core. I really can't think 
of a valid use, ever, for blog.php.</DIV>
<DIV> </DIV>
<DIV>Post loops *other* than the blog posts index would use other 
templates.</DIV></DIV>
<DIV class=gmail_extra><BR><BR>
<DIV class=gmail_quote>On Sat, Jul 5, 2014 at 8:03 AM, Philip M. Hofer (Frumph) 
<SPAN dir=ltr><<A href="mailto:philip@frumph.net" 
target=_blank>philip@frumph.net</A>></SPAN> wrote:<BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
class=gmail_quote>
  <DIV dir=ltr>
  <DIV dir=ltr>
  <DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
  <DIV>This is missing information.   the only way for a posts loop 
  that does not want to recognize itself as a home page from functions such as 
  is_home or is_front_page is to use a custom blog.php file; the keyword in the 
  article is “index template”  (unless someone can clarify)</DIV>
  <DIV> </DIV>
  <DIV>for example, say you have an index.php file that has a 
  do_action(‘something’) in it and the function checks if is_front_page() go 
  ahead and execute, you go to settings and set a page to the posts it will 
  recognize that page as is_front_page;   so if you don’t want that 
  (and there are reasons) then a blog.php is the only real solution</DIV>
  <DIV> </DIV>
  <DIV 
  style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
  <DIV style="FONT: 10pt tahoma">
  <DIV><FONT size=3 face=Calibri>now, that’s just my understand on how I got 
  things to work properly for my theme;  if someone has information on the 
  template hierarchy substitute that would be peachy.</FONT></DIV>
  <DIV><FONT size=3 face=Calibri></FONT> </DIV>
  <DIV><FONT size=3 face=Calibri>(mind you that is WITHOUT changing the template 
  for the home page just not having the blog loop there and moving it to it’s 
  own subpage)</FONT></DIV>
  <DIV><FONT size=3 face=Calibri></FONT> </DIV>
  <DIV><FONT size=3 face=Calibri></FONT> </DIV>
  <DIV style="BACKGROUND: #f5f5f5">
  <DIV><B>From:</B> <A title=joan@boluda.com href="mailto:joan@boluda.com" 
  target=_blank>Joan Boluda</A> </DIV>
  <DIV><B>Sent:</B> Saturday, July 05, 2014 4:55 AM</DIV>
  <DIV><B>To:</B> <A title=theme-reviewers@lists.wordpress.org 
  href="mailto:theme-reviewers@lists.wordpress.org" target=_blank>Discussion 
  list for WordPress theme reviewers.</A> </DIV>
  <DIV><B>Subject:</B> Re: [theme-reviewers] Is Blog.php is allowed in 
  theme?</DIV></DIV></DIV>
  <DIV> </DIV></DIV>
  <DIV 
  style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
  <DIV dir=ltr>You're welcome! :)</DIV>
  <DIV class=gmail_extra>
  <DIV>
  <DIV> </DIV>
  <DIV>
  <DIV> </DIV>
  <DIV><B>J</B><B>oan Boluda</B></DIV>
  <DIV><I>Consultor de Marketing Online</I></DIV>
  <DIV><A href="http://boluda.com/" target=_blank>http://boluda.com</A></DIV>
  <DIV> </DIV></DIV><BR><BR></DIV>
  <DIV>
  <DIV class=h5>
  <DIV class=gmail_quote>On Sat, Jul 5, 2014 at 1:32 PM, Alex Lizar <SPAN 
  dir=ltr><<A href="mailto:lizarweb@gmail.com" 
  target=_blank>lizarweb@gmail.com</A>></SPAN> wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>
    <DIV dir=ltr>Thanks Allot .It helped like a charm. 
    <DIV> </DIV>
    <DIV>Great Weekend you too :)</DIV></DIV>
    <DIV class=gmail_extra>
    <DIV>
    <DIV> </DIV>
    <DIV>
    <DIV dir=ltr>
    <DIV>
    <DIV><B>Best Regards</B><BR></DIV><B>Weblizar<BR></B></DIV><B>Follow Us: <A 
    href="https://twitter.com/weblizar" target=_blank>Twitter</A> | <A 
    href="https://www.facebook.com/pages/Weblizar/1440510482872657" 
    target=_blank>Facebook</A> | <A 
    href="https://plus.google.com/u/0/100920322672659513870/" 
    target=_blank>Google+</A> | <A 
    href="http://in.linkedin.com/pub/weblizar-premium-themes-plugins/99/3bb/460" 
    target=_blank>Linkedin</A></B> | <B><A 
    href="http://www.pinterest.com/lizarweb/" 
    target=_blank>Pinterest</A></B><BR></DIV></DIV><BR><BR></DIV>
    <DIV>
    <DIV>
    <DIV class=gmail_quote>On Sat, Jul 5, 2014 at 4:38 PM, Joan Boluda <SPAN 
    dir=ltr><<A href="mailto:joan@boluda.com" 
    target=_blank>joan@boluda.com</A>></SPAN> wrote:<BR>
    <BLOCKQUOTE 
    style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
    class=gmail_quote>Not recommended: <SPAN></SPAN><A 
      href="https://make.wordpress.org/themes/2014/06/28/correct-handling-of-static-front-page-and-custom-blog-posts-index-template/" 
      target=_blank>https://make.wordpress.org/themes/2014/06/28/correct-handling-of-static-front-page-and-custom-blog-posts-index-template/</A> 

      <DIV>
      <DIV><BR><BR>On Saturday, July 5, 2014, Alex Lizar <<A 
      href="mailto:lizarweb@gmail.com" target=_blank>lizarweb@gmail.com</A>> 
      wrote:<BR>
      <BLOCKQUOTE 
      style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
      class=gmail_quote>
        <DIV dir=ltr>Thank you Sir, 
        <DIV> </DIV>
        <DIV>Can I use blog.php as a template here?</DIV></DIV>
        <DIV class=gmail_extra>
        <DIV> </DIV>
        <DIV>
        <DIV dir=ltr>
        <DIV>
        <DIV><B>Best Regards</B><BR></DIV><B>Weblizar<BR></B></DIV><B>Follow Us: 
        <A href="https://twitter.com/weblizar" target=_blank>Twitter</A> | <A 
        href="https://www.facebook.com/pages/Weblizar/1440510482872657" 
        target=_blank>Facebook</A> | <A 
        href="https://plus.google.com/u/0/100920322672659513870/" 
        target=_blank>Google+</A> | <A 
        href="http://in.linkedin.com/pub/weblizar-premium-themes-plugins/99/3bb/460" 
        target=_blank>Linkedin</A></B> | <B><A 
        href="http://www.pinterest.com/lizarweb/" 
        target=_blank>Pinterest</A></B><BR></DIV></DIV><BR><BR>
        <DIV class=gmail_quote>On Sat, Jul 5, 2014 at 4:18 PM, Joan Boluda <SPAN 
        dir=ltr><<A>joan@boluda.com</A>></SPAN> wrote:<BR>
        <BLOCKQUOTE 
        style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
        class=gmail_quote>
          <DIV dir=ltr>Hi Alex! 
          <DIV> </DIV>
          <DIV>Home page and Front page info -> <A 
          href="http://www.chipbennett.net/2013/09/14/home-page-and-front-page-and-templates-oh-my/" 
          target=_blank>http://www.chipbennett.net/2013/09/14/home-page-and-front-page-and-templates-oh-my/</A></DIV>
          <DIV> </DIV>
          <DIV>Great weekend! :)</DIV></DIV>
          <DIV class=gmail_extra>
          <DIV> </DIV>
          <DIV>
          <DIV> </DIV>
          <DIV><B>J</B><B>oan Boluda</B></DIV>
          <DIV><I>Consultor de Marketing Online</I></DIV>
          <DIV><A href="http://boluda.com/" 
          target=_blank>http://boluda.com</A></DIV>
          <DIV> </DIV></DIV><BR><BR>
          <DIV class=gmail_quote>
          <DIV>
          <DIV>On Sat, Jul 5, 2014 at 12:46 PM, Alex Lizar <SPAN 
          dir=ltr><<A>lizarweb@gmail.com</A>></SPAN> 
wrote:<BR></DIV></DIV>
          <BLOCKQUOTE 
          style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
          class=gmail_quote>
            <DIV>
            <DIV>
            <DIV dir=ltr>Hello all, 
            <DIV> </DIV>
            <DIV>I have a confusion on blog.php ? What I want is to show my blog 
            posts on a specific page on menu.</DIV>
            <DIV> </DIV>
            <DIV>And my sites home page populated using front-page.php ?</DIV>
            <DIV> </DIV>
            <DIV>I have gone through the reading setting option ,But could not 
            get the solution .</DIV>
            <DIV> </DIV>
            <DIV>I need a solution or suggestions.</DIV>
            <DIV>
            <DIV> </DIV>
            <DIV>
            <DIV dir=ltr>
            <DIV>
            <DIV><B>Best Regards</B><BR></DIV><B>Weblizar<BR></B></DIV><B>Follow 
            Us: <A href="https://twitter.com/weblizar" target=_blank>Twitter</A> 
            | <A href="https://www.facebook.com/pages/Weblizar/1440510482872657" 
            target=_blank>Facebook</A> | <A 
            href="https://plus.google.com/u/0/100920322672659513870/" 
            target=_blank>Google+</A> | <A 
            href="http://in.linkedin.com/pub/weblizar-premium-themes-plugins/99/3bb/460" 
            target=_blank>Linkedin</A></B> | <B><A 
            href="http://www.pinterest.com/lizarweb/" 
            target=_blank>Pinterest</A></B><BR></DIV></DIV></DIV></DIV>
            <DIV> </DIV></DIV></DIV>_______________________________________________<BR>theme-reviewers 
            mailing list<BR><A>theme-reviewers@lists.wordpress.org</A><BR><A 
            href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" 
            target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR><BR></BLOCKQUOTE></DIV>
          <DIV> </DIV></DIV><BR>_______________________________________________<BR>theme-reviewers 
          mailing list<BR><A>theme-reviewers@lists.wordpress.org</A><BR><A 
          href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" 
          target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR><BR></BLOCKQUOTE></DIV>
        <DIV> </DIV></DIV></BLOCKQUOTE><BR><BR></DIV></DIV>-- <BR>
      <DIV>
      <DIV>
      <DIV> </DIV>
      <DIV><B>J</B><B>oan Boluda</B></DIV>
      <DIV><I>Consultor de Marketing Online</I></DIV>
      <DIV><A href="http://boluda.com/" 
target=_blank>http://boluda.com</A></DIV>
      <DIV> </DIV>
      <DIV> </DIV></DIV></DIV><BR>_______________________________________________<BR>theme-reviewers 
      mailing list<BR><A href="mailto:theme-reviewers@lists.wordpress.org" 
      target=_blank>theme-reviewers@lists.wordpress.org</A><BR><A 
      href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" 
      target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR><BR></BLOCKQUOTE></DIV>
    <DIV> </DIV></DIV></DIV></DIV><BR>_______________________________________________<BR>theme-reviewers 
    mailing list<BR><A href="mailto:theme-reviewers@lists.wordpress.org" 
    target=_blank>theme-reviewers@lists.wordpress.org</A><BR><A 
    href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" 
    target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR><BR></BLOCKQUOTE></DIV>
  <DIV> </DIV></DIV></DIV></DIV>
  <DIV>
  <DIV class=h5>
  <HR>
  _______________________________________________<BR>theme-reviewers mailing 
  list<BR><A href="mailto:theme-reviewers@lists.wordpress.org" 
  target=_blank>theme-reviewers@lists.wordpress.org</A><BR><A 
  href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" 
  target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR></DIV></DIV></DIV></DIV></DIV></DIV><BR>_______________________________________________<BR>theme-reviewers 
  mailing list<BR><A 
  href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A><BR><A 
  href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" 
  target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR><BR></BLOCKQUOTE></DIV>
<DIV> </DIV></DIV>
<P>
<HR>
_______________________________________________<BR>theme-reviewers mailing 
list<BR>theme-reviewers@lists.wordpress.org<BR>http://lists.wordpress.org/mailman/listinfo/theme-reviewers<BR></DIV></DIV></DIV></BODY></HTML>