metzbgsu
Forum Replies Created
-
Forum: Plugins
In reply to: Twitter Tools not updatingTT was working fine for me until the update…now I haven’t had a new tweet show up for 2 days. Anyone have any idea what would cause this?
Forum: Plugins
In reply to: [Plugin: Post Teaser] No teaser on homepageThis is interesting because I have the full post on my front page and only want the excerpt. I used the following code to put the post on my static front page, but now it just shows the whole post while everything else works fine.
<?php $my_query = new WP_Query('showposts=1'); ?> <?php while ($my_query->have_posts()) : $my_query->the_post(); ?> <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"> <?php the_title(); ?></a> <?php the_excerpt(); ?> <?php endwhile; ?>Any suggestions on getting just the excerpt to show up? Thanks!
Forum: Fixing WordPress
In reply to: how to show the last post on a static wordpress page?Basically I’m not that bright as I changed the_post() to the_excerpt() earlier instead of the_content() ha! That definitely worked though…thanks!
Now I just have to figure out why all my ellipses aren’t a link on my static homepage or my blog and I should be set with what I’m trying to do!
Forum: Fixing WordPress
In reply to: how to show the last post on a static wordpress page?Thanks for this code! I’ve been searching for hours trying to figure this out.
Is there a way to make this only show the excerpt instead of the whole post?
Forum: Requests and Feedback
In reply to: Can someone tell me if this is possible?!Thanks for the reply but it looks as if most of those templates are the wordpress blogs as accordions. I guess I’m trying to ask if you can stick wordpress into an html page?
I could change the htaccess file to include html and htm pages and then try
<!--#include virtual="wordpressindex.php" -->or maybe use jave script in the html<script language="javaScript" src="wordpressindex.php"></script>Has anyone ever done anything like this or is this just not possible with blogging software?
Forum: Requests and Feedback
In reply to: Can someone tell me if this is possible?!I guess it didn’t post my link. I’ll try again!
http://tinyurl.com/mfg8bq