Forum Replies Created
-
AuthorPosts
-
rsharpe75
MemberHi Johnny,
No, what I am saying is there is an issue with the next and previous links. They do not work as expected at all. For example:
Sometimes it does not print the next/previous links on the page and almost all the time the next/previous links are not in sequence.
Regards
rsharpe75
MemberOk, I managed to figure out what the problem is. If I save a post as a draft and then later publish it, this post will not show the next and previous links. I am not sure why but I would really like to save posts are drafts because I write all my posts in advanced. Is there a quick fix for this?
Regards
rsharpe75
MemberSo there is no way to use automatic excerpt? If there is a way to fix this for automatic excerpt it would be the most preferred approach for me.
Regards
rsharpe75
MemberThis reply has been marked as private.rsharpe75
MemberHi,
I managed to get this fixed. Please mark as resolved.
Regards
rsharpe75
MemberHi,
I managed to get this to work on the archive.php page and it was quite easy. I’m not sure how to do it on the tag.php page since it doesn’t seem to render html but wants to use php instead.
This is what I am trying to add:
<pre class=”brush: html; gutter: true; first-line: 1; highlight: []; html-script: false”>
<div class="blog-article-header media">
<div class="bd">
<h1 class="blog-article-title">" rel="bookmark"><?php echo __('Tag: ','OldCar'). single_tag_title('', false);?></h1>
</div>
</div>rsharpe75
MemberThis worked brilliantly! Thank you very much.
rsharpe75
MemberThis reply has been marked as private.rsharpe75
MemberThis works in functions.php but not in the custom functions file so I added it to the functions file on the child theme. I’m hoping when updating this will save me.
rsharpe75
Memberstrip_shortcodes didn’t work either. I’d really like a solution to this issue because leaving exposed shortcodes on the page is not an option for me.
-
AuthorPosts