guyweb
Forum Replies Created
-
Forum: Plugins
In reply to: Rewrite the HTML markup of wp-login.phpThanks ditiger2k. Yeh none of them work as they only add style sheet links to the
<head>
portion of the page. There are hooks in the API to do that easy enough:`add_action(‘login_head’, ‘bm_custom_login’);
add_filter(‘login_headerurl’, ‘change_wp_login_url’);
add_filter(‘login_headertitle’, ‘change_wp_login_title’);’but apparently nothing to change HTML beyond that. Hmmm..
Forum: Fixing WordPress
In reply to: RSS feeds – move to a new new URLWhat a great idea. I shall try that and see what happens!
Forum: Plugins
In reply to: v1.1 PayPal QuickTagCould WordPress custom fields be used to populate the paypal form per chance? For example, you could have the paypal form already written in the template and simply add the values to it using custom fields? I’m no expert but wondered if anybody had tried to do this with success?
Forum: Fixing WordPress
In reply to: Google finds old MT archives not WPWhen you used Movable Type you were probably generating HTML files (remember ‘rebuild site’?) WordPress creates posts ‘on the fly’ from the database. Your webserver probably still has all your old html files (generate by MT) sat on it (the default MT folder for these files is https://www.yoursite.com/archives/) You should delete the archives folder using your FTP program and then your Google issues should susbside once Google re-indexes your site. I hope this makes sense. Somebody else will probably explain this much better than I.
Forum: Fixing WordPress
In reply to: Template Name: Archives“WordPress 1.5’s default theme is Kubrick (https://binarybonsai.com/kubrick/) designed by Michael Heilemann (https://binarybonsai.com/) and adapted for use (https://boren.nu/archives/2004/10/10/kubrick-130-rc2/) with WordPress 1.5 by Ryan Boren (https://boren.nu). Included with this theme is a file called archives.php which defines the “Archives” Template…”
Yes, I blatantly can’t read. It’s plain for all to see right there. Doh!
Forum: Fixing WordPress
In reply to: Template Name: ArchivesThanks Ibessant – worked perfectly. Logical really. I guess I wasnt thinking laterally enough!