[Theme: Prana]: Entry meta separators in posts… again
-
Hi guys,
With regards to my yesterday’s post, and my page at https://www.dynamitri.pl – I am, regrettably, still struggling with the entry meta separators “
\
” on my website.As you can see, the top part of the post where the date and my nickname etc. is, has got those “
\
” marks separating the meta data. Unfortunately, for some reason, I cannot get it to work between the functionsprana_post_date
andprana_post_category
. Only this instance and this very combination causes problems, as evidenced by the only post on the website. I have attempted to replaceprana_post_category
withprana_post_author
, and the separator magically shows up. However, the code seems not to generate the meta entry separator betweenprana_post_date
andprana_post_category
for the reasons unknown to me.The code, located in my content.php file, which is responsible for that part of the post, looks as following:
<div class="entry-meta"> <?php echo prana_post_date() . prana_post_category() . prana_post_author() . prana_post_sticky() . prana_post_edit_link(); ?>
I have copy/pasted the full contents of the utility.php file from the original Prana Theme I keep unpacked in an offline folder on my computer – I’ve done this to rule out any accidental changes I might have done to the file along the way, and to restore its original state. Alas, no change whatsoever. The date and categories still appear to be glued together without any separator inbetween – even though, to the best of my knowledge, the code quoted above is correct – after all, the separator between
prana_post_category()
andprana_post_author()
works perfect! And the way these two are separated looks the same to me as the way thatdate
andcategory
are separated…Does anyone have any ideas as to what might be going on here, and how to resolve the situation? I’m struggling to get this separator between
date
andcategory
, just as it shows up for the rest of the metadata?Many thanks,
Dynamitri
- The topic ‘[Theme: Prana]: Entry meta separators in posts… again’ is closed to new replies.