Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating » Old Version fixes and change logs »

PATCH 367-04: Hovering over a Post/Page title only shows "Permanent Link to "


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Jun 20, 2011, 12:03 PM
juggledad's Avatar
juggledad
 
20,007 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
PATCH 367-04: Hovering over a Post/Page title only shows "Permanent Link to "

If you set the option 'ATO->Configure SEO->Use Post / Page Options?' to 'Yes' and then hover over a post or page title, you will see the tooltip displayed as "Permanent Link to" instead of "Permanent Link to xxxxxxxxxxx" where xxxxxxxxxxx is the post or page title. This was caused by a missing 'echo' statement in the code for BUGFIX 367-02.

This fix replaces BUGFIX 367-02.

To fix this issue
1) Download the attached file.
2) unzip it on your computer
3) FTP it to the 'atahualpa/functions' folder on your host, replacing the copy that is there.

bfa_post_parts.php.zip

--------------------------------------------------------------
The following is the change that was made to the code:
--------------------------------------------------------------
bfa_post_parts.php (from BUGFIX 367-02) line 71 was changed from
HTML Code:
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php $bfa_temp_title; ?>"><?php 
to
HTML Code:
			<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute('echo=1') ?>"><?php 
NOTE: If you choose to fix this by hand, you must have applied the fix from BUGFIX 367-02 first.

Last edited by juggledad; Sep 29, 2011 at 06:25 PM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
PATCH 367-05: Site Title appended after the 'WordPress SEO by Yoast' title juggledad Old Version fixes and change logs 0 Jul 4, 2011 05:24 AM
[SOLVED] Category page shows excerpts with posttitle as read more link, how do I remo Zenman Excerpts, Read more, Pagination 4 Apr 16, 2011 02:00 PM
BUGFIX 364-05: No link to the full post shown on excerpt when post has no title juggledad Old Version fixes and change logs 0 Feb 21, 2011 03:49 PM
Single Post Pages--How to make post title a link? chainpin Atahualpa 3 Wordpress theme 4 Aug 20, 2009 01:02 PM
Archive page shows post box help, and single post on front page help boberang Atahualpa 3 Wordpress theme 0 Aug 7, 2009 09:26 AM


All times are GMT -6. The time now is 02:20 PM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.