How to change TheStyle Theme month and date to topic

  • Unknown's avatar

    How do I format the TheStyle Theme to be instead of month and date to be topics? I just realized that TheStyle is different on WordPress ordering than Elegant website.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Currently TheStyle theme posts your published posts by date, but you can put your posts into categories and then create either Category Pages or a Categories Widget.

    Please view the links for specific instructions. Feel free to reach out if you have any questions!

  • Unknown's avatar

    Thanks Grace! However my major concern is I can’t take the March 08 (date on the picture) or change that to a category name. Is there a code I can use to make it not show that date? Is there a code for me to add the category name on the picture?

    Thanks!

  • Unknown's avatar

    Hi there!

    While you can’t add the category name, you can remove the the date by editing the CSS. I looked into your CSS and found there was a lot in there. Please note that only CSS is allowed in there :). To remove the date please add this:

    span.box {
    	display: none;
    }
    span.et_date {
    	display:  none;
    }

    I see that you already have span.box in there so please remove that.

    Feel free to reach out if you have any questions!

  • The topic ‘How to change TheStyle Theme month and date to topic’ is closed to new replies.