petersra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Find Page IDNever mind, I found it myself — sorry.
Forum: Plugins
In reply to: Nubee with Search EverythingThanks,
Yes, I activated the plugin and yes, I configured it for search options.
How exactly does Search Everything change the behavior of WP if not through adding some code somewhere?
Forum: Fixing WordPress
In reply to: depreciated.php and get_linksThe wp_links table has 3 records:
(11, ‘http://localhost/Angel/Newsletter 12-08.pdf’, ‘Current News (*PDF)’, ”, ‘_blank’, 1, ‘Current News’, ‘Y’, 1, 1, ‘0000-00-00 00:00:00’, ”, ”, ”),
(12, ‘http://localhost/bulletin/bulletin 12-21-08.pdf’, ‘Current Bulletin (*PDF)’, ”, ‘_blank’, 1, ‘Current Bulletin’, ‘Y’, 1, 0, ‘0000-00-00 00:00:00’, ”, ”, ”),
(14, ‘http://localhost/bulletin/bulletin 06-22-08.pdf’, ‘Past Bulletin (*PDF)’, ”, ‘_blank’, 1, ‘Past Bulletin’, ‘N’, 1, 2, ‘0000-00-00 00:00:00’, ”, ”, ”);
*******************Forum: Fixing WordPress
In reply to: depreciated.php and get_links?? Line 977 of deprecated.php has the function get_links. It picks up a record from the database that contains a link. The link has a space in the file name “document 2008.pdf”. WP 2.7 appears to be generating HTML without the space.
I am using the code
<?php get_links(‘-1’, ‘- ‘, ‘
‘, ”, 0, ‘name’, 0, 0, -1, 0); ?>