k1llahurtz
Forum Replies Created
-
<?php the_excerpt(); ?> I think is the answer. I just can’t get it to work properly with entry.php. It seems to either show up in the wrong place or not at all.
Do I need to add a function for this to work? It looks like the code reads off a theme function list.
I managed to cut out the comments on the index page by removing //if ( is_single() )// comments_template( ); on entry.php. Still trying to set up a limit on word count on the index page. Installing plug-ins doesn’t help
Forum: Fixing WordPress
In reply to: Add pages to my blogI get a 404 error when I follow that link.
Under the dashboard on the left side there is “pages” just click on add new.Forum: Fixing WordPress
In reply to: Remove act class spacing?I found something that helped. I changed the “act” class under the page.php to <div class=”act” style=”height:0px;”>, which made the spacing problem smaller. If I remove the whole “act” div the page to goes into chaos with everything out of order.
Forum: Fixing WordPress
In reply to: How to remove timestamp?I did, thanks for point out the obvious. I had a feeling it was going something like that.
Thanks.