Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Clean Blog - a clean, Bootstrap blog theme ready to Textpattern
Hi,
I just finish to port the Start Bootstrap Clean Blog Theme to Textpattern.
You can find it here https://github.com/brahm/clean-blog-textpattern
Enjoy!
God is real… unless declared an integer.
Offline
Re: Clean Blog - a clean, Bootstrap blog theme ready to Textpattern
Very cool. I started a port of that one once but never quite got it finished.
Thank you.
Offline
Re: Clean Blog - a clean, Bootstrap blog theme ready to Textpattern
Great stuff, thanks for sharing!
Offline
Re: Clean Blog - a clean, Bootstrap blog theme ready to Textpattern
Nice!
After a period of inactivity I had been looking for a nice clean theme. I found the Minimum theme and used it but I wanted something a little less minimal but still fast and clean for another site. This is just what I was looking for!
Muito obrigada!
I am not a professional woman
Offline
Re: Clean Blog - a clean, Bootstrap blog theme ready to Textpattern
I just spent some time installing it and noticed a couple of comment-related things in the code.
comment_form line 11:
<form action="http://job.brahm.com.br/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate>
comments line 10:
<time datetime="2016-04-14T23:18:22+00:00">April 14, 2016 at 11:18 pm</time>
—
After a bit of study:
comment_form line 11:
<form action="<txp:permlink />#cpreview" method="post" id="commentform" class="comment-form" novalidate>
comments line 10:
<time datetime="<txp:comment_time format="%FT%H:%M:%S+00:00" />"><txp:comment_time format="%B %e, %Y" /> at <txp:comment_time format="%H:%M %p" /></time>
Not sure if this is the most efficient way but it seems to work.
Last edited by michaelkpate (2016-04-19 15:31:02)
Offline