cc4789
Forum Replies Created
-
Forum: Plugins
In reply to: where do i post this code for the Featured Post pluginI was looking for something like that. Let me try that right now.
Forum: Plugins
In reply to: Featured Post Pluginthanks it worked!
Forum: Plugins
In reply to: Featured Post Pluginthanks let me try that now.
Forum: Fixing WordPress
In reply to: How to show time (not just date) on your blog posts?i was wondering if someone could help me with this as I am completely a novice.
this is the code i have in my index.php for the date:
<div class=”date”><span><?php the_time(‘Y’) ?></span> <?php the_time(__ (‘F j’, ‘vigilance’)) ?></div>
If I want it to display as Day Month Year Time, what code do I enter and where do I put it? Thanks.
Forum: Themes and Templates
In reply to: VIGILANCE – kill comment count and decrease font<div class=”comments”><?php comments_popup_link(__ (‘Leave a comment’, ‘vigilance’), __ (‘1 Comment’, ‘vigilance’), __ngettext (‘% Comment’, ‘% Comments’, get_comments_number (),’vigilance’)); ?></div>
Forum: Themes and Templates
In reply to: VIGILANCE – kill comment count and decrease fontIn addition, I would like to decrease the font for the title of posts.
Forum: Themes and Templates
In reply to: Copying code from one theme into another theme…?surely this must be possible
Forum: Fixing WordPress
In reply to: single post view is messed upnevermind i got it. thanks!
Forum: Fixing WordPress
In reply to: single post view is messed upnevermind i got it. thanks!
Forum: Fixing WordPress
In reply to: single post view is messed upAh, ok. I downloaded the plugin. Now I am trying to download a new theme through the dashboard. Under the one I like, If I click install, it won’t activate it, correct? If so, how do I simply download the theme without activating to test with the plugin?
Forum: Fixing WordPress
In reply to: single post view is messed upand you can make code changes to the tested theme with this plugin?
Forum: Fixing WordPress
In reply to: single post view is messed upSo that I don’t do any further damage to this current blog, would you be able to tell me how one creates a new blog under their domain? (so that I can test things out on that one.)
I see on wordpress.COM where you can do it, but where does one go to add a new one with their own paid domain?
thanks again.
Forum: Fixing WordPress
In reply to: single post view is messed upThanks! It is fixed now. I greatly appreciate the help!
Forum: Fixing WordPress
In reply to: single post view is messed upi’m embarrassed by my ignorance, but how does one simply download a theme rather than the default route of using the dashboard to activate a new theme? my theme is vigilance pro.
Forum: Fixing WordPress
In reply to: single post view is messed upthanks, let me try that.