• Resolved soulluciani01

    (@soulluciani01)


    I would like to remove the date, time and byline from my posts and can not seem to figure it out. I have been reading the forum and trying suggestions without any luck.

    I added
    .post-date {
    display: none;
    }

    but it didnt work. Perhaps I added it to the wrong place.. Some clarity would be lovely.

Viewing 9 replies - 16 through 24 (of 24 total)
  • I got the same results.

    What results? I’m not seeing anything wrong – except that what you have is not a child theme. What do you see that isn’t right? Can you take a screen shot and upload it to your site so I can see it?

    Thread Starter soulluciani01

    (@soulluciani01)

    It was the cache.. thanks. I have put in place a child theme. However, its not looking like the spun theme. You can see what I mean at the site. soulluciani.com

    This line in your child theme style.css file is not quite right:

    @import url("../spun.css");

    It should be:

    @import url("../spun/style.css");

    After changing that via the Dashboard editor, you need to change to another theme and then back to the child theme. Then make sure your clear your cache again.

    Thread Starter soulluciani01

    (@soulluciani01)

    This is the code I am using.

    /*
    Theme Name: spun-child
    Theme URI: http: //soulluciani.com/
    Description: This is a custom child theme I have created.
    Author: soul luciani
    Author URI: http: //soulluciani/
    Template: spun
    Version: 0.1
    */

    @import url(“../spun.css”);

    Thread Starter soulluciani01

    (@soulluciani01)

    Thanks for the super speedy response. That worked

    Thread Starter soulluciani01

    (@soulluciani01)

    The code for hiding the byline also worked. Now, I have set my front page to be a static “splash” page. How can I get rid of the credits on the bottom and the menu at the top of the splash page?

    Thread Starter soulluciani01

    (@soulluciani01)

    I got this error.

    Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home/content/63/11593663/html/wp-content/themes/spun/footer.php on line 20

    What did I do wrong?

    Did you change something in the parent theme footer.php file? You shouldn’t be modifying a parent file – that’s the purpose of the child theme.

    You can reinstall the parent theme – just activate twentytwelve, deleted spun parent theme and then reinstall it. Then switch back to your child theme.

    For additional questions, please start a new topic – this thread is about the date/time question.

    Thread Starter soulluciani01

    (@soulluciani01)

    Ok, Thank you very much. I’m just learning all this stuff so thanks for being patient. I am starting a new thread now.

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Removing date, time byline from a post’ is closed to new replies.