<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Bull3t's Blog - Latest Comments in Editing the K2 WordPress theme - Bull3t's Blog</title><link>http://bull3tsblog.disqus.com/</link><description></description><atom:link href="https://bull3tsblog.disqus.com/editing_the_k2_wordpress_theme_bull3ts_blog/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 31 Oct 2008 04:42:09 -0000</lastBuildDate><item><title>Re: Editing the K2 WordPress theme - Bull3t's Blog</title><link>http://blog.bull3t.me.uk/archives/wordpress/wordpress-theme-editing/#comment-5619825</link><description>&lt;p&gt;Hi thank you. I am still learning with Wordpress and this is very helpful. Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">beztarj</dc:creator><pubDate>Fri, 31 Oct 2008 04:42:09 -0000</pubDate></item><item><title>Re: Editing the K2 WordPress theme - Bull3t's Blog</title><link>http://blog.bull3t.me.uk/archives/wordpress/wordpress-theme-editing/#comment-5619824</link><description>&lt;p&gt;wow these tweaks are very useful for me and these really helps me to learn something new from here.&lt;br&gt;Thanks for sharing this buddy.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Imran Khalid</dc:creator><pubDate>Mon, 06 Oct 2008 16:12:26 -0000</pubDate></item><item><title>Re: Editing the K2 WordPress theme - Bull3t's Blog</title><link>http://blog.bull3t.me.uk/archives/wordpress/wordpress-theme-editing/#comment-5619823</link><description>&lt;p&gt;what's up...i NEED someone to help me edit my K2 theme!!! i need to change a bunch of things. like one, under my header, you can't see the tabs because they're white and so is the text. i need to change that! also, i want to change the color of the links to match the DC to BC logo / colors better. any ideas!? please email me... modi10 at gmail dot com. thanks a LOT.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">modi</dc:creator><pubDate>Mon, 26 May 2008 09:46:15 -0000</pubDate></item><item><title>Re: Editing the K2 WordPress theme - Bull3t's Blog</title><link>http://blog.bull3t.me.uk/archives/wordpress/wordpress-theme-editing/#comment-5619818</link><description>&lt;p&gt;To get the ratings/views to show as if they are part of the theme I just simply copied the following code from &lt;i&gt;theloop.php&lt;/i&gt;:&lt;/p&gt;&lt;p&gt;&lt;code&gt;&amp;lt;?php /* Tags */ if (is_single() and function_exists('UTW_ShowTagsForCurrentPost')) { ?&amp;gt;&lt;br&gt;&amp;lt;span class="entry-tags"&amp;gt;&amp;lt;?php _e('Tags:','k2_domain'); ?&amp;gt; &amp;lt;?php UTW_ShowTagsForCurrentPost("commalist") ?&amp;gt;.&amp;lt;/span&amp;gt;&lt;br&gt;&amp;lt;?php } ?&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Pasted it underneath itself and then changed it to do the following:&lt;/p&gt;&lt;p&gt;&lt;code&gt;&amp;lt;?php /* Ratings */ if(function_exists('the_ratings')) { ?&amp;gt;&lt;br&gt;&amp;lt;span class="entry-rate"&amp;gt;Rating: &amp;lt;?php&lt;br&gt;ob_start();&lt;br&gt;the_ratings();&lt;br&gt;$remove_divs = ob_get_contents();&lt;br&gt;ob_end_clean();&lt;br&gt;echo str_replace('div', 'span', $remove_divs); ?&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;?php } ?&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Copied/pasted it again and changed it for the views:&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;br&gt;&amp;lt;?php /* Views */ if(function_exists('the_views')) { ?&amp;gt;&lt;br&gt;&amp;lt;span class="entry-views"&amp;gt;&amp;lt;?php the_views(); ?&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;?php } ?&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Basically, where you can see that it says &lt;i&gt;class="entry-rate"&lt;/i&gt; and &lt;i&gt;class="entry-views"&lt;/i&gt; I simply opened up the K2 style.css file and copied the &lt;i&gt;entry-tags&lt;/i&gt; style, changed it to suit the new images and location. Works a treat.&lt;/p&gt;&lt;p&gt;If you would like me to email you the two files (&lt;i&gt;theloop.php&lt;/i&gt; and &lt;i&gt;style.css&lt;/i&gt;) I would be more than happy to do so.&lt;/p&gt;&lt;p&gt;I use the K2 Sidebar Modules for my sidebar as it seems to be a hell of a lot easier and nicer looking.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bull3t</dc:creator><pubDate>Sun, 06 May 2007 03:51:18 -0000</pubDate></item><item><title>Re: Editing the K2 WordPress theme - Bull3t's Blog</title><link>http://blog.bull3t.me.uk/archives/wordpress/wordpress-theme-editing/#comment-5619819</link><description>&lt;p&gt;One thing I've done in Unwakeable 2.0 that I notice you've done here is move the ratings and post views up to right under the post title when viewing a single post or page.&lt;/p&gt;&lt;p&gt;I'd like to come up with a clean mimimalistic style for displaying that data but am having trouble.  I think I like it how you have it, simple on the white background.  Maybe I don't even need to worry about styling it now that I see it would look good simply white.&lt;/p&gt;&lt;p&gt;Are you using sidebar modules from K2 or the WordPress Widgets?  Or are you using a static sidebar.php file?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tlongren</dc:creator><pubDate>Sat, 05 May 2007 17:47:35 -0000</pubDate></item><item><title>Re: Editing the K2 WordPress theme - Bull3t's Blog</title><link>http://blog.bull3t.me.uk/archives/wordpress/wordpress-theme-editing/#comment-5619822</link><description>&lt;p&gt;Yep, that would look nice, feel free to steal the tweaks that I made on K2 and implement them into Unwakeable, the category cloud is actually a plugin called &lt;a href="http://sw-guide.de/wordpress/plugins/category-tagging/" rel="nofollow noopener" target="_blank" title="http://sw-guide.de/wordpress/plugins/category-tagging/"&gt;Category Tagging&lt;/a&gt;, which makes a sexy cloud.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bull3t</dc:creator><pubDate>Sat, 05 May 2007 14:48:21 -0000</pubDate></item><item><title>Re: Editing the K2 WordPress theme - Bull3t's Blog</title><link>http://blog.bull3t.me.uk/archives/wordpress/wordpress-theme-editing/#comment-5619821</link><description>&lt;p&gt;Should work on Unwakeable too.  I'm actually building in those sorts of icons into Unwakeable 2.0, which I hope to release by the end of May, but who knows.  :)&lt;/p&gt;&lt;p&gt;I like the category cloud a lot compared with a straight list of categories.  Might be something I could add an option for in Unwakeable 2.0.&lt;/p&gt;&lt;p&gt;Looks good Bull3t.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tlongren</dc:creator><pubDate>Sat, 05 May 2007 14:37:04 -0000</pubDate></item></channel></rss>