Fixing Main Index Code
-
I am very new to WordPress and have very little coding experience. I thought this was going to be easier to use than it is.
I was trying to remove the “read more” links from the Main Index Template, but have totally messed up my site layout. My WordPress site is not live yet, but I am using this template:
https://newwpthemes.com/demo/iRecipes/
This is the code I deleted from the Main Index Page:
class=”readmorecontent”>
<a class=”readmore”Here is where I deleted from (right after the_content section):
the_content(”); ?>
<a
<div href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”>Read More »
</div>
</div></div><!–/post-<?php the_ID(); ?>–>
</div><?php endwhile; ?>
How can I get the page to align properly?
Is there any way to remove the read more and the … from my posts?
Thanks so very much!
Sherry
- The topic ‘Fixing Main Index Code’ is closed to new replies.