osakaboy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: where can I remove permalinks' href code?its ok i simply ADDED CSS to the style.css page instead of trying to delete parent CSS/PHP.
Forum: Fixing WordPress
In reply to: where can I remove permalinks' href code?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
Forum: Fixing WordPress
In reply to: where can I remove permalinks' href code?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.
Forum: Fixing WordPress
In reply to: where can I remove permalinks' href code?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.jpghttp://www.mogo.jp
login:tysun
p/w:testerForum: Fixing WordPress
In reply to: where can I remove permalinks' href code?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> <?phpForum: Fixing WordPress
In reply to: how to get excerpts to inherit post formatting i.e. bulleted listsThanks
BTW, do you see my bullets? They’re hollow not solid. Can I change the bullet type?
Forum: Fixing WordPress
In reply to: how to get excerpts to inherit post formatting i.e. bulleted listsah! I had to click screen options to see it!
would it be like this?
<ol> <li>ビジネス英語初級コース</li> <li>ビジネス英語 中・上級コース。</li> </ol>ok it worked thanks.
Forum: Fixing WordPress
In reply to: how to get excerpts to inherit post formatting i.e. bulleted listsare you talking about the VISUAL & TEXT tabs up top right of the post edit window? There totally isn’t any excerpt area.
screenshot