• Resolved Thank you

    (@thank-you-1)


    I have been asked to design a university website and the management head would like to have his own blog inside this wordpress self hosted site.So how do i add a blog.Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • By default, blog entries displayed on the front page. You can set another page to display blog entries under WP Admin > Settings > Reading. If you already have blog posts, but want a page dedicated to just that one author, you can view them at https://YOURSITE.com/author/AUTHORUSERNAME.

    Thread Starter Thank you

    (@thank-you-1)

    pdclark,thanks.I will try it and get it back it you.

    Thread Starter Thank you

    (@thank-you-1)

    Thanks pdclark,I got it right.Thanks to you.I got one more question for you.I hope it is alright if i post it here.

    I wanted to hide the page and the post title on some of them.I manage to collect some info how to do it.

    But the problem is about the class that i am suppose to use.I am not able to make out which one is the class.I am pasting the code.

    div class="Post">
        <div class="Post-body">
    <div class="Post-inner article">
    <h2 class="PostHeaderIcon-wrapper">
    <span class="PostHeader"><a href="https://test/wordpress/" rel="bookmark" title="Permanent Link to Welcome">
    Welcome</a></span>
    </h2>

    I am using the fork_in_the_road_lae044 theme.Thanks

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    If you are wanting to hide the text “Welcome”, you would use:

    . PostHeader { display:none; }

    For welcome and the icon, you would use:

    .PostHeaderIcon-wrapper {display:none; }

    If the theme makes use of body classes, you should find additional classes on the <body> element that will help you target specific pages. See the body class function reference.

    You can test these changes most quickly and easily using Firebug or Chrome/Safari developer tools. See YouTube for how to use Firebug.

    Thread Starter Thank you

    (@thank-you-1)

    Thanks a lot.I hit this one too.Thanks to you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding a Blog inside a wordpress self hosted site’ is closed to new replies.