ok so I did some digging around and the only possibility I could find was here:
cherry: Editing CherryFramework/functions.php
There are three different areas where a href appears and here is each block:
function no_more_jumping($post) {
return ' <a href="'.get_permalink().'" class="read-more">'.theme_locals("continue_reading").'</a>';
}
add_filter('excerpt_more', 'no_more_jumping');
}
$output .= '<li class="'.$class_list_item.'">';
$output .= $display_thumbnail ? '<figure class="thumbnail featured-thumbnail"><a href="'.get_permalink().'" title="'.get_the_title().'"><img data-src="'.$image.'" alt="'.get_the_title().'" /></a></figure>': '' ;
$output .= $display_link ? '<a href="'.get_permalink().'" >'.get_the_title().'</a>': '' ;
$output .= '</li>';
}
<?php echo $icon_tips_before.'<a href="'.get_permalink().'" title="'.get_the_title().'">'.theme_locals('permalink_to').'</a>'.$icon_tips_after; ?>
</div>
<?php
These other php files do exist though. Would it only be in the php file I found functions.php, or would it be in one of these other ones too?
screen shot
http://oi59.tinypic.com/rssso6.jpg
http://www.mogo.jp
login:tysun
p/w:tester
I’m sorry but as you appear to be using a commercial framwework, you need to seek support from the framework’s developer/vendor. We do not have access to, nor do we support, commercial products here.
Try
I already did. No go. They say I have to pay for customisation. Crazy expensive.
These issues exist on non-commercial as well so I’m sure this would help other people out.
I’m sorry but this is highly theme-specific. The wordpress.org support forums are meant for the core application, themes and plugins that are distributed on wordpress.org. We do not support themes downloaded from elsewhere.
So permalinks are highly theme specific? I’ve already given the only possible blocks of permalinks href code so now I’m just waiting for someone to confirm those blocks.
No one has to search the theme or anything. This is purely a code question now.
Like you said, this is a community and I am using a major WP site.
I will refrain from asking theme specify questions then.
Thanks
its ok i simply ADDED CSS to the style.css page instead of trying to delete parent CSS/PHP.