kertoon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wellington] Change Continue readingThank you Thomas. You have a great collection of themes. Clean and pleasant-looking. So far I tried using two of your themes (free version).
No complaint, except compliment.
I read in one of the support letters, you mentioned the Gambit theme has two side bars, but I have problem setting it.
Forum: Fixing WordPress
In reply to: Byline Text MissingThe problem resolved.
Forum: Fixing WordPress
In reply to: Change Color Author NamePerfect! Thank you for your prompt reply.
Forum: Fixing WordPress
In reply to: Change Color Author NameThat will only change the color of the date.
Forum: Fixing WordPress
In reply to: Customize WordPress BylineThank you very much Naveen for your time and effort. You have a nice day.
Forum: Fixing WordPress
In reply to: Customize WordPress BylineJust to check with you.
With your code as suggested above, the customization of displaying the Last Updated Date of my posts still work?
Forum: Fixing WordPress
In reply to: Customize WordPress BylinePresently, my code is this:
<div class=”entry-byline”><div style=”text-align:center”>
<?php $u_time = get_the_time(‘U’);
$u_modified_time = get_the_modified_time(‘U’);
if ($u_modified_time >= $u_time + 86400) {
echo “Last updated on “;
the_modified_time(‘F jS, Y’);
echo ” “; }
else {echo ” “; the_time(‘F jS Y’);} ?>by <?php the_author_posts_link(); ?><!–<time <?php hybrid_attr( ‘entry-published’ ); ?>></time>–!></div>
<!–<?php comments_popup_link( number_format_i18n( 0 ), number_format_i18n( 1 ), ‘%’, ‘comments-link’, ” ); ?>–>
</div><!– .entry-byline –>You don’t mind show me precisely as how I should do it.
Please bear with me, as I’m digitally-challenged.
Forum: Fixing WordPress
In reply to: Customize WordPress Byline.entry-byline {
font-size: small;
}Forum: Fixing WordPress
In reply to: Reduce Byline Font SizeGreat Mr. Naveen Kharwar.
Forum: Fixing WordPress
In reply to: Reduce Byline Font SizeBy the way, earlier I tried to customize the text using the class name “entry-byline”, but it didn’t work. Please enlighten me.
Forum: Fixing WordPress
In reply to: Reduce Byline Font SizeSo you are suggesting that I add a div & give a class name for the whole byline. Then I customize it CSS?
Forum: Fixing WordPress
In reply to: Reduce Byline Font SizeWhat if I want to change its color to a mid grey tone?
Forum: Fixing WordPress
In reply to: Reduce Byline Font SizeYes, I’ve just added the <small> tags between the customized code, it works. No need to add any CSS code to custom styling.
Thank you Naveen.
Forum: Fixing WordPress
In reply to: RSS FeedIt used to be the name of my blog. But I have stopped using it for over half a year ago. Currently the Site Title is Info Ruckus.
When I pinged the blog post on a blog ping aggregator, at the beginning of the snippet shows “Info Inquirer”.
I have typed this “Info Inquirer” somewhere which I am trying to find to delete it.
When I wrote to the ping aggregator, they said the text (Info Inquirer) was retrieved from your RSS feed.
I need to check with my blog publishing software on how to remove this.Forum: Themes and Templates
In reply to: [Genbu] Child ThemeThank you for your info.