<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Please take note that this is if you use the internal loop pre-parser, you
can do your own loop segment for the blog with paging and everything within a
template.</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 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> Thursday, June 26, 2014 9:08 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] index.php , home.php and
blog-page.php</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>Yes, there are currently approved Themes that are doing it wrong.
That's why I wrote a tutorial on it, and why I've been placing so much emphasis
on it during final approval.</DIV>
<DIV class=gmail_extra><BR><BR>
<DIV class=gmail_quote>On Thu, Jun 26, 2014 at 11:03 AM, Imon Themes <SPAN
dir=ltr><<A href="mailto:imon.theme@gmail.com"
target=_blank>imon.theme@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>by the way @chip
<DIV> </DIV>
<DIV>i checked some currently approved theme using blog-page.php</DIV></DIV>
<DIV class=gmail_extra>
<DIV>
<DIV class=h5><BR><BR>
<DIV class=gmail_quote>On Thu, Jun 26, 2014 at 10:02 PM, Imon Themes <SPAN
dir=ltr><<A href="mailto:imon.theme@gmail.com"
target=_blank>imon.theme@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>can i make index.php as blog page
<DIV> </DIV>
<DIV>mean i can use this code in index.php header </DIV>
<DIV> </DIV>
<DIV>
<DIV><?php </DIV>
<DIV> /* Template Name: Blog */</DIV>
<DIV> get_header(); </DIV>
<DIV>?></DIV></DIV>
<DIV> </DIV>
<DIV>and make home.php as default font page </DIV>
<DIV> </DIV>
<DIV>thanks </DIV>
<DIV> </DIV></DIV>
<DIV class=gmail_extra>
<DIV>
<DIV><BR><BR>
<DIV class=gmail_quote>On Thu, Jun 26, 2014 at 9:56 PM, Chip Bennett <SPAN
dir=ltr><<A href="mailto:chip@chipbennett.net"
target=_blank>chip@chipbennett.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>You cannot use blog-page.php custom page template for the
blog posts index. You must correctly implement the core Template
Hierarchy, which uses the home.php template file for the blog posts index.
<DIV> </DIV>
<DIV>Users set up a static front page like so:</DIV>
<DIV> </DIV>
<DIV>1. Create two static pages, which we'll call "Front Page" and
"Blog"</DIV>
<DIV>2. In Settings -> Reading, set "Front page displays" to "a static
page"</DIV>
<DIV>3. In Settings -> Reading, set "Front page" to "Front Page"</DIV>
<DIV>4. In Settings -> Reading, set "Posts page" to "Blog"</DIV>
<DIV> </DIV>
<DIV>Now, in that scenario (the correct way to set up a static front
page), if the user assigns "blog-page.php" to the "Blog" page, which has
been assigned as the "Posts page", the "blog-page.php" custom page
template will be completely ignored. WordPress simply won't use it.
WordPress will only use the home_page_template() hierarchy, which
is:</DIV>
<DIV> </DIV>
<DIV>1. home.php</DIV>
<DIV>2. index.php</DIV>
<DIV> </DIV>
<DIV>WordPress will simply never use a custom page template for the blog
posts index. The only way to get WordPress to use it is to provide
different setup instructions for configuring a static front page.<BR>
<DIV> </DIV>
<DIV>All is explained here:</DIV>
<DIV><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><BR></DIV>
<DIV> </DIV>
<DIV> </DIV></DIV></DIV>
<DIV class=gmail_extra><BR><BR>
<DIV class=gmail_quote>
<DIV>
<DIV>On Thu, Jun 26, 2014 at 10:45 AM, Imon Themes <SPAN dir=ltr><<A
href="mailto:imon.theme@gmail.com"
target=_blank>imon.theme@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>Hi,
<DIV>i have little confusion about this .can any body clear
it ?</DIV>
<DIV> </DIV>
<DIV>1)can i use those three page in my theme index.php , home.php and
blog-page.php</DIV>
<DIV> </DIV>
<DIV>2) can i use only index.php and blog-page.php in my theme
</DIV>
<DIV> </DIV>
<DIV>which one i can make as a defaults font page in my theme
?</DIV>
<DIV> </DIV>
<DIV>thanks <SPAN><FONT color=#888888><BR clear=all>
<DIV> </DIV>-- <BR>
<DIV dir=ltr><I>Imon Themes</I>
<DIV> </DIV></DIV></FONT></SPAN></DIV></DIV>
<DIV> </DIV></DIV></DIV>_______________________________________________<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><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><BR><BR
clear=all>
<DIV> </DIV></DIV></DIV><SPAN><FONT color=#888888>-- <BR>
<DIV dir=ltr><I>Imon Themes</I>
<DIV> </DIV></DIV></FONT></SPAN></DIV></BLOCKQUOTE></DIV><BR><BR
clear=all>
<DIV> </DIV></DIV></DIV><SPAN class=HOEnZb><FONT color=#888888>-- <BR>
<DIV dir=ltr><I>Imon Themes</I>
<DIV> </DIV></DIV></FONT></SPAN></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>