Setu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Session start warningOh, okay.
Will check it that way, then.
Thanks :).
Forum: Fixing WordPress
In reply to: Session start warningBut, by that, I won’t be able to check the stats :/.
Forum: Fixing WordPress
In reply to: Session start warningWon’t that stop Counterize from functioning?
Forum: Fixing WordPress
In reply to: Blog in external websiteOkay… I seem to get that now :).
Thanks for all the help! I’m really grateful :).
Forum: Fixing WordPress
In reply to: Blog in external websiteThat’s great :D!
I’ll look into the loop examples again… Surely.
I sure have got the general idea behind that now :).
Template tags? What are those? I’m a newbie with WP…
Forum: Fixing WordPress
In reply to: Blog in external websiteSo you mean to say that if I replace ‘the_excerpt()’ with ‘the_content()’ on the third line, that would solve my job?
And then, I would remove the ‘Read More’ link anyway ;)…
Amazing! Thanks!!
Forum: Fixing WordPress
In reply to: Blog in external websiteYes, exactly that’s what I want to do.
I read that already yesterday.
But, this code there:
<?php while (have_posts()): the_post(); ?> <h2><?php the_title(); ?></h2> <?php the_excerpt(); ?> <p><a href="<?php the_permalink(); ?>">Read more...</a></p> <?php endwhile; ?>Doesn’t this display just the permalinks? If so, what would be the suitable modifications I should be making so as to have the complete posts?
Thanks!