• Hi

    I have managed to add a cutom button to my posts, I did this by editing the single.php file and the Style.css.

    Here is code I used in the single.php

    <div class="postdate">
    	<div class="postmonth"><?php the_time('M') ?></div>
    	<div class="postday"><?php the_time('d') ?></div>
    </div>

    Here is the code I used in the style.css

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    I now want to add the same button to my blog page as the button only appears when you click through to the post. I have tried to edit the index.php with the same code but it doesn’t work.

    I also want to style the blog page (which shows all your posts or multiple posts) so the permalink title of the post sits within a box much like http://www.fantasyfootballscout.co.uk with my cutom date button.

    I am using Elbee Elgee Theme

    My site is in maintenance mode so i’m unable to show an example of the pages.

    Here is my editor-style.css Stylesheet
    [Code & CSS moderated as per the Forum Rules.]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing blog post title, date and post meta data’ is closed to new replies.