• Resolved clp11479

    (@clp11479)


    I am starting a free wordpress theme blog, just started the site and when i create a post with links, on my homepage the links within the post do not work but when i view the post as a single post page the links work.

    My site is free-wordpress-blog-themes.com if someone can take a quick look and let me know your thoughts i’d appreciate it.

    I talked to the theme’s author and he is a waste. He is saying there is nothing in his theme that would strip out the links and suggested at first that i did not post the links correctly, but after i showed him how they work on the single post page then he started to blame wordpress.

    Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I assume the code on the index.php is using <?php the_excerpt(); ?> in the loop and on the single.php and page.php it’s using <?php the_content(); ?>. An excerpt won’t display code such as links or images, just plain text.

    Thread Starter clp11479

    (@clp11479)

    i will have to try changing that when i get home tonight. thanks for the input!

    Thread Starter clp11479

    (@clp11479)

    actually i forgot i could try that from here, lol, it works. thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links in Posts on Homepage Do Not Work, but On Single Post Page they Work’ is closed to new replies.