sweepingrevelations
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Horas] Read More Tag Not ClickableI ended up having to contact my host so they could switch me to another theme so I could access the site and remove the code, then I switched back to Horas fine. I’ll live with not having the read more tag. Thanks for the help.
Forum: Themes and Templates
In reply to: [Horas] Read More Tag Not ClickableWould not submit and I can’t seem to access the site at all now.
Forum: Themes and Templates
In reply to: [Horas] Read More Tag Not ClickableIt looks like this now at the bottom:
`Add notice when activate the theme
*/
add_action(‘admin_notices’,’horas_notices’);
function horas_notices() {
echo ‘<div class=”updated”><p>’.__(‘Hello there. Thank you for using <b>Horas Theme</b> and I hope you have a good experience with this theme. If you want to read more about this theme please visit Theme page.‘,’horas’).'</p></div>’;
}function new_excerpt_more($more) {
return ”;
}
add_filter(‘excerpt_more’, ‘new_excerpt_more’, 21 );function the_excerpt_more_link( $excerpt ){
$post = get_post();
$excerpt .= ‘… ID) . ‘”>Read More.’;
return $excerpt;
}
add_filter( ‘the_excerpt’, ‘the_excerpt_more_link’, 21 );
?>Forum: Themes and Templates
In reply to: [Horas] Read More Tag Not ClickableOkay done. Seems to be the same.
Forum: Themes and Templates
In reply to: [Horas] Read More Tag Not ClickableOkay I added it at the bottom; started a new line but it messed my page at the top so I took it out. Should I not skip a line? The last thing there is
?>
so I pasted on this line where I am writing now.
Sorry for the troubles.
Forum: Themes and Templates
In reply to: [Horas] Read More Tag Not ClickableWow. Well I am not a developer but I have found the functions.php file… where would I put this? And would I just copy and paste it in there?
Forum: Themes and Templates
In reply to: [Horas] Read More Tag Not ClickableIt is only showing on the post entitled “the dreaded dailies”. It says “more”, but it is not clickable. The others do not show at all.
Forum: Fixing WordPress
In reply to: Read More Tag Not ClickableOkay, I have just posted there. I only see one other post there so I doubt I will get any help. But you never know- thank you for the response!