links not working in homepage panes

  • Anonymous

    #1987

    Hi,

    I’m trying to figure out why my posts no longer display links when they show in the homepage panes. If I put a link in a post it displays fine on the post page but it becomes plain text with no link in the homepage panes.

    I see the same problem when I do a post query using the following php code. Links just display as plain text and do not function as links.

    <?php
    query_posts( array ( 'category_name' => 'homepage', 'posts_per_page' => -1 ) );
    ?>

    If anyone has any ideas about how to make the links work I’d greatly appreciate it.

    Thanks a ton!

    URL:

    http://www.tkogfx.com/boccia_dev

    (the word more at the end of the text in the right top home page pane should be a link.)

    page with php post query:

    http://www.tkogfx.com/boccia_dev/category-query-test

    (the word more at the end of the post should be a link)

    Anonymous

    #13712

    Whether they (posts) show the links before?

    Text in homepage panes is excerpt and by default they don’t accept html. Just plain text.

    I assume that “more” link isn’t for full post view…

    Try this plugin:

    http://wordpress.org/extend/plugins/advanced-excerpt/

    Anonymous

    #13713

    Go to Graphene Options => Display => Excerpts Display Options and put <a> in Retain these HTML tags in excerpts

    Anonymous

    #13714

    Thanks guys! The retain html tags solution was exactly what I needed. Thanks a ton!

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.