becauseitisthere
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hiding a categoriesSorry , i should have mentioned, i have no idea what i’m doing!
Forum: Fixing WordPress
In reply to: Dates appearing on wrong postsAnd to lower the title text slightly? (sorry to be a pain in the ….)
Forum: Fixing WordPress
In reply to: Dates appearing on wrong postsAh yes, that’s done it. Is there anyway to lift the post date up slightly to meet the level of the post title
Forum: Fixing WordPress
In reply to: Dates appearing on wrong postsIf you check out the main blog. The first post is a sticky post and i have entered a piece of code (given to me by someone on here) to remove dates from these. The post entitled skine.art should have the date OCT 05 next to it but has OCT 04 next to it, the date of the post below.
Forum: Fixing WordPress
In reply to: Page issuesok cool. So i need to ensure there are both opening and closing tags
Forum: Fixing WordPress
In reply to: Page issuesI’m new to all this so i don’t know what <div>’s are. I edited the original theme i downloaded. any way to rectify the problem?
Forum: Fixing WordPress
In reply to: Removing dotted line from Sticky postAnd any idea how to center a sticky post title
Forum: Fixing WordPress
In reply to: Removing dotted line from Sticky postDoes it matter where it goes?
Forum: Fixing WordPress
In reply to: Removing dotted line from Sticky postWill that remove it on all posts or just sticky posts
Forum: Fixing WordPress
In reply to: centering the header imageThat hasn’t really done much to be honest… Any suggestions. Changing the #headerlogo numbers moved the text not the image
Forum: Fixing WordPress
In reply to: Removing date fom single post (welcome message)Worked a treat! Thank you so much. Saved me a huge headache!
Forum: Fixing WordPress
In reply to: Removing date fom single post (welcome message)Oh and the comments section. I’ve just realized they need removing from sticky post
Forum: Fixing WordPress
In reply to: Removing date fom single post (welcome message)That worked perfectly cheers! How do i remove the categories of a sticky post. any idea?
Forum: Fixing WordPress
In reply to: Removing date fom single post (welcome message)I have this
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”post-date”><span class=”post-month”><?php the_time(‘M’) ?></span> <span class=”post-day”><?php the_time(‘d’) ?></span></div>Which bit needs changing as there are two ‘php the_time’ sections
Forum: Fixing WordPress
In reply to: Removing date fom single post (welcome message)Oh Ok, i’ll try and figure it out. i did think it could have been this — http://wordpress.org/extend/plugins/wp-greet-box/
I’m new to all this so forgive me