martinneumann
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Want to Display only Current Post with links for restC’mon … someone … outhere has gotta know ??
Cut to the chase: I want my WP blog front page (index.php) to show only the current post in full. Below that I want just links to the previous 5 or so posts (no content, just the linked title) – then when I complete my next post the new post shows in full and the previous one goes into the recent list.
I’ve made a quick graphic of how it would look – graphic here.
c’mon, I’m begging now ??
Thanks,
MartinForum: Themes and Templates
In reply to: Want to Display only Current Post with links for restAnyone? please… ??
Forum: Fixing WordPress
In reply to: How To: Make Home Page show current post in full but not othersvtxyzzy – thanks, I had a closer look and cleaned up some code and it worked but…
it’s missing the title tag on the main post.
Any way to include the code below.
<span class=”postmeta”><?php the_time(‘F jS, Y’) ?></span>
<h2>” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>Thanks for all your help,
MartinForum: Fixing WordPress
In reply to: How To: Make Home Page show current post in full but not othersThanks vtxyzzy – but it didn’t do the trick.
Regards,
MartinForum: Fixing WordPress
In reply to: Help, My Blogs have been hacked … AgainThanks RVoodoo – yep, it a real pain the the butt – looks like I’m in for a long day.
What sort of loser spends their time doing such things??? Do they get their rocks off by causing blogs to go down??? Very sad!
Forum: Fixing WordPress
In reply to: Upgrade Automatically (plugins) Not WorkingThanks mercine – I’ll check all that out.
Cheers,
martinForum: Plugins
In reply to: <!–more–> tag – Is there way for time-basedAny takers on this question?
It seems like a useful thing to be able to do:
1) Full post appears on your home page
2) with a time-based <!–more–> tag
3) after selected time, the post automatically cuts off at the <!–more–> tagCheers,
MartinForum: Installing WordPress
In reply to: Fatal Error: Call to undefined function wp()Thanks for the reply, samboll.
Strange, I deleted the installation and re-installed it – same problem.
I even downloaded another WP zip from wp.org – same problem.
Only difference, is that I’m installing it on a subdomain, but I’ve done that successfully before a while back.
Otherwise, I gotta check out my FTP (Filezilla) program.