Dkersys
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Working codes on recent postsOk, I found a solution.
It works with Simple Post Templates plugin.
But still, thank you for helping 🙂
What I wanted is that the description of a post would make HTML and other codes work instead of just showing the code.
Forum: Fixing WordPress
In reply to: Working codes on recent postsWhat about HTML?
Forum: Fixing WordPress
In reply to: Cannot loginThis is not about the host. I have about 15 websites on the same host, some of them created with WordPress months ago and they work perfectly. The problem is with the new ones I created. Like I wrote previously, I am absolutely sure that I wrote the correct password and it didn’t work. It’s like someone’s changing the password or the system changes itself.
Forum: Fixing WordPress
In reply to: Cannot loginThanks, it helped but I think it will happen again later and this isn’t supposed to happen
Forum: Fixing WordPress
In reply to: Comment date formatWidezine.
I changed
<span class=”name_f” > <small>(<?php if(!function_exists(‘how_long_ago’)){comment_date(‘M d, Y’); } else { echo how_long_ago(get_comment_time(‘U’)); } ?>)</small></span>To:
<span class=”name_f” > <small>(<?php {comment_date(‘Y, m j G:i’); } ?>)</small></span>
Edit:
Silly me, I had to clear cache. It worked! Thank you very much 🙂