CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
PHP Problems
t_else and pagination
fectio1
Permalink to comment
#
April 2012
getting a t_else error and cant get pagination to work. Any help is appreciated.
Here is the code
StevenBullen
Permalink to comment
#
April 2012
Well the first problem you have is no if statement in your code. Go back to where you got the
template
and check out this line ;)
<?php if (have_posts()) : while (have_posts()) : the_post();?>
fectio1
Permalink to comment
#
April 2012
Ha.. you are hero number 1. :) now off to figure out the pagination.
Add a Comment
Here is the code