Post title as link title
-
Hi,
I suggest including in the beginning ofget_post_titlefunction the following code:if ( property_exists( $entry, 'name' ) ) { $post_title = $entry->name; } elseif { ...My fanpage is composed mostly by links, and in this way post title becomes the link title, which is more appropriated.
best,
alan
The topic ‘Post title as link title’ is closed to new replies.