Aside template

Discussion in 'Elite Pro WordPress Theme' started by sparrks, Jan 8, 2013.

  1. sparrks

    sparrks New Member

    Joined:
    Dec 21, 2012
    Messages:
    22
    Likes Received:
    1
    Is there any chance of adding an Aside template to the theme?


     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Do you mean page with sidebar, If yes then create a page and select Default template for that page.
     
  3. sparrks

    sparrks New Member

    Joined:
    Dec 21, 2012
    Messages:
    22
    Likes Received:
    1
    No, an Aside post as described here http://codex.wordpress.org/Post_Formats
    I can get close by just posting normally and leaving out the title, unfortunately it shows a comment box which I don't want with an aside, but I do require a comment box with the blog. Looking at the list from that URL an aside, quote or status would do!
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Right now we do not contain any Aside template, You can leave a post title empty and for removing comment section


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .post_meta{
    display:none;
    }
     
  5. sparrks

    sparrks New Member

    Joined:
    Dec 21, 2012
    Messages:
    22
    Likes Received:
    1
    Doesn't that disable all comments? I only want to disable the comment box on my "aside type" posts as the comment box will be bigger than the post! I wish to keep the comments box on my normall blog posts.
    'Thank you.
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please explain your problem with the help of screenshot, where you want to remove the comments, so that we can give you the exact solution.
    and also share the link of your website.
     
  7. sparrks

    sparrks New Member

    Joined:
    Dec 21, 2012
    Messages:
    22
    Likes Received:
    1
    Gourav, what I want to do is to occasionally post a "sentence time stamped with the date in speechmarks and nothing else" example post would be your quote box here, shown below
    with no comment box - just the one line, normal blog post would have comment boxes. I hope this makes sense.
     

Share This Page