Hyperlinks not working in widget
-
I’m working on a WordPress site that I didn’t create. There is a secondary widget on the home page that shows all the recent blog posts. Each post is only a sentence and a hyperlink. The widget shows the links in these posts, but they’re not hyperlinked…until you go to the original post.
The site is: kearneyandcompany.com and the content is under “The Kearney Current” Any help would be greatly appreciated. This is the page source of the widget. Notice that there’s no “a href” around the links.
<div role="complementary" class="widget-area" id="secondary"> <ul class="xoxo"> <h2>The Kearney Current</h2> <div id="post-596" class="post-596 post type-post hentry category-thekearneycurrent"> <h3 class="entry-title">December 5, 2010 | Giving to Solve Social Problems</h3> <div class="entry-content"> <p>Solving social problems key motivator for giving. http://philanthropy.com/article/Solving-Social-Problems-Is-Key/125625/</p> <span class="edit-link"><a class="post-edit-link" href="http://kearneyandcompany.com/wp-admin/post.php?post=596&action=edit" title="Edit Post">Edit</a></span> </div><!-- .entry-content --> </div><!-- #post-## --> <div id="post-592" class="post-592 post type-post hentry category-thekearneycurrent"> <h3 class="entry-title"> | The Maravilla Gala</h3> <div class="entry-content"> <p>Kearney and Company helped make the The Maravilla Gala in Albuquerque, New Mexico a wonderful, successful fundraising event. Proceeds are to benefit the National Hispanic Cultural Center. Visit http://www.nhccnm.org/</p> <span class="edit-link"><a class="post-edit-link" href="http://kearneyandcompany.com/wp-admin/post.php?post=592&action=edit" title="Edit Post">Edit</a></span> </div><!-- .entry-content --> </div><!-- #post-## -->
Viewing 1 replies (of 1 total)
-
the widget code is probably using
the_excerpt()
Viewing 1 replies (of 1 total)
The topic ‘Hyperlinks not working in widget’ is closed to new replies.