• Hi,
    I suggest including in the beginning of get_post_title function 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.