fifteen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: something like LJ icons on WP?Okay, so after months of having this help (thanks, btw!) I tried it out with the categories.
It, er, does not work though. When I use <img src=”URL/images/<?php the_category(‘,’) ?>.jpg” alt=””> it comes out like such -> http://www.always-pure.com/gryffindor/
But if I take off the ‘,’ part, the bulleted members word comes out instead of the picture. 🙁 Help?Forum: Fixing WordPress
In reply to: WP database in a different server?I tried uploading the WP files on my server, but of course, the database isn’t in the same server. Mehhhh.
Help?Forum: Fixing WordPress
In reply to: The date isn’t changing…?Um, I’m not sure what you mean, but here’s the foreach part stuff —
<?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
<div align=”right” class=”date”><b><?php the_date(); ?></b></div>
<br>
<div align=”right” class=”title”><b><i><?php the_title(); ?></i></b> :.</div>
<?php the_content(); ?>
<?php the_author() ?> | <?php the_time() ?> | <?php comments_popup_link(‘0’, ‘1’, ‘%’); ?>
<!–
<?php trackback_rdf(); ?>
–>
<?php include(ABSPATH . ‘wp-comments.php’); ?>
<?php } } else { // end foreach, end if any posts ?>
Sorry, no posts matched your criteria.
<?php } ?>Forum: Plugins
In reply to: WP-Grins: Where do I upload wp-grins.php?Thank you so much! 😀
Forum: Fixing WordPress
In reply to: Comments link not working!!!I forgot to mention that I looked into that before, went to Options and tried to see if I put in the wrong URL, but it’s the correct one, it’s on http://www.silver-willows.org. I really can’t figure out what’s wrong with it.
Forum: Fixing WordPress
In reply to: WP in its own directoryDon’t I need to edit anything in the wp-blog-header.php? The b2 tutorial says something about editing the b2admin.php file and other stuffers, so I was wondering what other files I have to edit so this’ll work.