This is a theme problem. The “Read More” link of each post excerpt is being cut-off before its closing tag. This causes each subsequent link to be affected as well.
You should contact the theme author and make him aware of this so he can correct the error and update the theme, as the excerpt is generated automatically. http://wordpress.org/support/theme/ari
Thread Starter
IlanK
(@ilank)
Thanks for your response.
Unfortunately the original theme looks nothing like what I have now. I’ve made a ton of changes to it and the original doesn’t have this problem. I’m not really sure what to do because I don’t know the change that broke it π
Thread Starter
IlanK
(@ilank)
Could I just remove the date links (as in, keep the dates but remove the link)
Did you create a child theme to make your changes?
Thread Starter
IlanK
(@ilank)
No, but there were never any updates.
Would creating a child theme just be renaming ari to something else so it wouldn’t get overwritten?
If you remove the date links, then the Title links will inherit the problem. Being as you’ve changed the original theme radically, you need to find where the “Read More” link is in your Search.php and add the closing tag – </a>. hopefully, it will solve your problem.
When the theme is updated, and it will be sometime, you will lose all the changes you have made.
“Would creating a child theme just be renaming ari to something else so it wouldn’t get overwritten?”
No. Child Themes don’t work that way.
Download a copy of your Ari theme as you have it now to your computer.
Read this : http://codex.wordpress.org/Child_Themes
Only put into a Child Theme the changes you want to the Parent theme, then when the Parent is updated, your alterations remain.
Thread Starter
IlanK
(@ilank)
Okay, thanks. Will try and do that now.
Thread Starter
IlanK
(@ilank)
Alright, I’m going to use the child theme now.
There was PHP in the original theme that I deleted and modified. If I add the function.php file and it just adds more php instead of replacing it, would what I deleted before just come back?
I’ve made so many changes, almost to every file. Can I just copy all the files in? I’m not really interested in updates anyway
What I said earlier, just renaming it so it doesn’t get updated, while it’s not a “child theme” can I just do that?
There is much more than just copying the files and renamimg it to be a child theme. There is renaming the files and much more. You have to read the whole child theme codex and read the links at the bottom as well.
And the functions.php you put in the child theme should only have this in it to start:
<?php
?>
I’ll repeat the simplest solution since “not really interested in updates anyway” (which is a really BAD idea):
Being as you’ve changed the original theme radically, you need to find where the “Read More” link is in your Search.php and add the closing tag – . hopefully, it will solve your problem.
Thread Starter
IlanK
(@ilank)
I fixed the read more links, it works great now thanks to your advice. π
I would like to use the child theme, but I’m not sure what I changed, and copying all of it over wouldn’t help. So I’m stuck.