Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2016-04-18 14:14:42
- aeon
- New Member
- From: Brazil
- Registered: 2005-06-17
- Posts: 6
- Website
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
#2 2016-04-18 15:56:16
- michaelkpate
- Moderator
- From: Avon Park, FL
- Registered: 2004-02-24
- Posts: 1,340
- Website
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
#3 2016-04-18 16:08:02
- philwareham
- Core designer
- From: Haslemere, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,437
- Website
Re: Clean Blog - a clean, Bootstrap blog theme ready to Textpattern
Great stuff, thanks for sharing!
Offline
#4 2016-04-18 17:43:00
- MsContrary
- Member
- From: California
- Registered: 2004-12-27
- Posts: 51
- Website
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
#5 2016-04-19 14:55:53
- michaelkpate
- Moderator
- From: Avon Park, FL
- Registered: 2004-02-24
- Posts: 1,340
- Website
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