• Resolved Olivia

    (@hipphooray88)


    Hello,

    I would like my Archive page to show ONLY
    the titles of the post’s, beginning paragraph, and a [Read more . . ] link to the full page.

    Currently it is showing full articles on the Archive page.

    http://olivetjournal.com/2013/06

    I am a newbie. I have searched for help articles but I don’t understand them. How can I find Archive page on my editor? It is not listed as “Page” or “Post.” I do not know how to edit CSS Codes. I need a step-by-step instruction or a plugin that does that.

    Thank you!

Viewing 15 replies - 16 through 30 (of 39 total)
  • Try reviewing child themes.

    Thread Starter Olivia

    (@hipphooray88)

    Thank you esmi.

    I have gone through that page about 7-8 times, and have done everything “I could understand” and “could do safely.” See. . . . I am a newbie with WP and Web-publishing in general. I just don’t understand the language. I don’t even know what “stylesheet” means.

    All I wanted to do was to change the look of the archive page.

    Do you have any other suggestions that I may be able to try?

    In the child theme directory, create a file called style.css. This is the only file required to make a child theme.

    http://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme

    Thread Starter Olivia

    (@hipphooray88)

    Sorry . . . Very sorry.

    I still do not understand.

    I have a file called “archive.php” with the heading I copied above, which I created according to “Child Theme” instruction you gave me.

    Do you mean I just need to write “style.css” somewhere?

    Do I need to create another file? Then, with what?

    I am about ot give up.

    You need to read the page linked to above properly.

    Thread Starter Olivia

    (@hipphooray88)

    I just don’t have the basic knowledge to understand it properly. Lik I said, I went through it multiple times.

    I did what I understood it said.

    Please tell me what part of the heading is wrong and what do I need to add to make it a style.css. I added the last line as the instruction says. Do I need to put it first? It says style.css there.

    /*
    Theme Name:     My Life Child
    Theme URI:      http://themehybrid.com/themes/my-life
    Description:    Child archive template for the My Life theme
    Author:         Olivia
    Author URI:     http://olivetjournal.com
    Template:       mylife
    Version:        0.3
    */
    
    @import url("../my-life/style.css");

    And you uploaded this file to…?

    Thread Starter Olivia

    (@hipphooray88)

    I add this to the top of this file you can see here: http://pastebin.com/Jc0g2hRq

    named it, “archive.php” and uploaded it to wp-content/theme/my-life-child according to Jose’s suggestion above.

    Thread Starter Olivia

    (@hipphooray88)

    I just want the list of posts on my archive page to be with “Title” “First few sentences” and “Red more . . .” instead of listing entire post contents.

    I add this to the top of this file

    No. That should be a separate style.css file in the child theme’s folder.

    Thread Starter Olivia

    (@hipphooray88)

    OK . . .

    I will try that. Please give me a few minutes.

    Thread Starter Olivia

    (@hipphooray88)

    I am working on it, but how this will make the change on the archive page as I want?

    Let’s just focus on getting your child theme working & active first.

    Thread Starter Olivia

    (@hipphooray88)

    Right.

    I uploaded the above Child Theme part s “style.css” and the rest, “archive.php” to wp-content/theme/my-life-child.

    Went to admin, then to Mange Theme. Now it says under [Child Theme]:

    The parent theme is missing. Please install the “mylife” parent theme.

    So, which file am I supposed to copy and upload?

    What was the name of the theme you were using originally?

Viewing 15 replies - 16 through 30 (of 39 total)
  • The topic ‘How to change "Archive" page template?’ is closed to new replies.