[wp-hackers] related posts 1.3.3 issue cont.
Alexander Malov
alxmlv at gmail.com
Wed Oct 27 19:58:39 UTC 2004
I've been trying to add a condition to my plugin to replace entry
links to posts w/ no title (this happens when somebody imported from
blogger) to display a generic link. I tried the following code:
if ($result->post_title = ' ') {
$title = 'Generic link title';
}
But it affects all titles for reasons unknown to me ... yeah, I know.
If anyone can point me in the right direction I would be very
grateful.
More information about the hackers
mailing list