• I would like to know some things about the archive.
    I know, I have to go and change something in archive.php but what…?

    – How do I change if I would like to show the archive not by month?
    – How do I know it shows properly if I don´t have it in the sidebar?
    – Where do I change the letter of the title for both the title in the sidebar (if I have the archive there) and in the “blog”?

    For the moment does the september shows like “september” instead of “September”.

    My page

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter moonwoff

    (@moonwoff)

    One more question.

    – How do I do if I would like to have the archive as a image-link in the sidebar, a link to a separate so called “archive”-page?

    How this is possible and how I should do the “archive-page” have I no idea. Any suggestions?

    How do I change if I would like to show the archive not by month?

    You don’t. The template generates the liating that was requested – whether it be by day, month or year. So if you don’t provide any links for monthly archive listings, they shouldn’t be shown.

    How do I know it shows properly if I don´t have it in the sidebar?

    Try using something like http://bluechalo.com/wp2/?m=201010 in your browser address bar.

    Where do I change the letter of the title for both the title in the sidebar (if I have the archive there) and in the “blog”?

    Presumably in your theme’s functions.php file. The lowercasing isn’t being added by the theme’s stylsheet.

    How do I do if I would like to have the archive as a image-link in the sidebar, a link to a separate so called “archive”-page?

    Set up a page and then use CSS to replace the page title with an image.

    how I should do the “archive-page”

    Create a custom page template that uses the wp_get_archives template tag.

    And next time, it would be helpful if you could limit yourself to just 1 or 2 questions per post.

    Thread Starter moonwoff

    (@moonwoff)

    How do I change if I would like to show the archive not by month?

    You don’t. The template generates the liating that was requested – whether it be by day, month or year. So if you don’t provide any links for monthly archive listings, they shouldn’t be shown.

    Is it not possible to change that adjustment (in some template php-file)?
    Or did I don´t understand your answer… =o/
    It doesn´t matter how they are shown.

    Where do I change the letter of the title for both the title in the sidebar (if I have the archive there) and in the “blog”?

    Presumably in your theme’s functions.php file. The lowercasing isn’t being added by the theme’s stylsheet.

    Okey, I could guess it was in the function-file but if possible more specific where in function.php and how should I change?

    Is it not possible to change that adjustment (in some template php-file)?

    Change it how? If someone types http://bluechalo.com/wp2/?m=201010 in the browser, the monthly archives will still be displayed. You can’t stop that from happening via a template.

    if possible more specific where in function.php and how should I change?

    Sorry but I’ve no idea where it will be or how it should be changed in your theme’s function.php file.

    Thread Starter moonwoff

    (@moonwoff)

    Okey, i want them say.. be shown per month. As now.

    And if you don´t know, perhaps somebody else knows how to change the first letter to be big, or…?
    It is not my theme, it´s sandbox, where I haven´t changed function.php at all.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Archive questions’ is closed to new replies.