freeze
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Content from blog entry going to front page?Hmm, now I can’t get the_excerpt to work.
I guess by ‘last leg’, I meant the actual code.
But none of it has worked so far, so I’m back to square one.
Forum: Fixing WordPress
In reply to: Content from blog entry going to front page?The two installs doesn’t work as the server URLs are stored in the database. This makes it so there can only be one install working with one database when in two seperate domains.
However, I may be doing something wrong, but I’ve been tinkering with this for an hour or two now.
Forum: Fixing WordPress
In reply to: Content from blog entry going to front page?Thank you, moshu.
I seem to be so close to getting this to work, but I can’t get “the_content” to show.
<?php
$posts = get_posts(‘numberposts=1&offset=1&category=15’);
foreach ($posts as $post) :
?>
<h1><?php the_title() ?></h1><?php the_content(‘Read on…’); ?>
<?php
endforeach;
?>It’s weird how “the_excerpt” does work, but that removes links and images… which I need.
I’ve tried other variations, but I can’t get what I want exactly. Any help with this last leg would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Content from blog entry going to front page?Problem with RSS feeds is that I have links, pictures, etc. in these posts. RSS only gets the text.
If I use the loop, I’d still have to figure out how to get the [email protected] to communicate with the stuff @me.mysite.com. I just don’t know how to do that. ??
Forum: Fixing WordPress
In reply to: Pagination in 1.5Sweet, awesome! I googled for ages, but wow. Thank You!
Forum: Fixing WordPress
In reply to: Update from b2evolution?I fixed the MySQL issue (php.ini and it’s socket setting), and I finally upgraded b2evo.
There is an RSS capability, but it only shows the stuff on the page; I don’t see an option to adjust the posts per page.
I think I will just stick with b2evo now; but I will definitely switch if a .php file is made ??
Thanks again, Carthik.
JohnForum: Fixing WordPress
In reply to: Update from b2evolution?I’m having a problem with MySQL on my Gentoo box at the moment, but once I have the RSS feeds, I’ll find out if I can have the feed list all the posts… then I’ll promptly post here.
Thanks for helping me.Forum: Fixing WordPress
In reply to: Update from b2evolution?Thank you. I really do enjoy WP loads more, but I just don’t want to transfer 10,000+ of blog entries by copy and paste alone :-p
I’m willing to provide as much info as needed…