wisah
Forum Replies Created
-
Hi Angelo,
I’ve used this tool before posting here and it report two errors.
– Line endings must be a Carriage Return/Line Feed (CRLF) pair.
– Empty lines are not compatible with all applications.And it seems that Mac Calendar don’t like those errors…How i can deal with.
Thanks,
Ben.
Hi,
Thanks for the reply, i’m not using a custom template.
The default generated .ICS have the two problems listed above and it works with my iphone, outlook but Mac Calendar only work if i modify the file with an HTML editor…Here the link for the .ICS file
Any help is welcome.
Ben.
Forum: Fixing WordPress
In reply to: the_category how to disable link ?work like a charm thank you ! resolved…
Forum: Fixing WordPress
In reply to: the_category how to disable link ?I have another question.
the code below display well my category like this :
identity • logo • print • webdesign •How do i get ride of the last
•, surely with a condition statement but i’m not a coder at all.Anyone can help me.
thanksForum: Fixing WordPress
In reply to: the_category how to disable link ?i did not search well, i’ve found the answer on a blog.
Anyway it can help someone !
here :<?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' • '; } ?>