Archive page 2

  • Posted in : Read WP
  • mindedmind
    Participant

    Could you please help me achieve the following? I’m new to php files.

    I’d like to remove the dates on the listed posts.
    I’d like to remove the archives by month, and format.
    I’d like to remove “last 30 posts” and just have it titled “all posts” alphabetized.
    I’d like “archives by category” to be above the “All posts”

    Thank you!

    ahmetsali
    Keymaster

    Hi,

    1-) to remove date on post list

    .blog-posts .post-date { display: none; }
    

    2-) to remove the archives by month, and format.

    .archives-by-month, .archives-by-format { display: none; }
    

    3 and 4-) Put the code below to the External JS box under Theme Options > Style Tab.

    <script>
    	jQuery(document).ready(function($) {
    		$('.last-30-posts h2').text('all posts');
    		$('.archives-by-category').prependTo('.entry-content');
    		});
    </script>  
    
    mindedmind
    Participant

    Hey Ahmetsali, Thanks so much!

    The date on posts worked, and the JS script worked. But the 2) didn’t work.

    The date is still showing up in the archives.

    ahmetsali
    Keymaster

    can you provide the page url where custom css ddin’t effect.

    mindedmind
    Participant
    ahmetsali
    Keymaster

    also add this custom css code;

    .post-list .date { display: none; }
    
    mindedmind
    Participant

    Worked great.

    Thanks, Ahmetsali.

    brianhammonds
    Participant

    Just wanted to say thanks for giving access to all the forums. These are a great help for me using Bloggy!

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register