Thread Starter
taywur
(@taywur)
That worked! Thank you so much!
Thread Starter
taywur
(@taywur)
Sure! Here’s the pastebin link:
Click here
Thread Starter
taywur
(@taywur)
Hi, ronangelo! I’ve actually tried that code already. I continue to get this error:
‘Parse error: syntax error, unexpected T_ELSE in /wp-content/themes/infernal/index.php on line 32’
Also, my reading setting is set to show more than 1 (it’s set to 5 right now).
Thread Starter
taywur
(@taywur)
I should also add that this is the coding I have on my index.php page:
<?php if(have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<?php endwhile; ?>
<h1><?php the_title(); ?></h1>
<?php the_time('F jS, Y') ?> by <?php the_author_posts_link() ?>
|| <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
<?php the_content(); ?>
<br><br>Filed under: <?php the_category(', '); ?><br>
<?php posts_nav_link(); ?>