Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1223351
    Sabacon
    Participant

    Hi,

    How do I attribute an author and date to a blog post with no picture? The date isn’t mandatory.

    Gerald

    #1223438
    Rupok
    Member

    Hi Gerald,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1224001
    Sabacon
    Participant

    Hi Rupok,

    My site is sabacon.net. I have a blog. Currently, the blog author is sabacon.net. I would like to attribute an author and date to a blog post with no picture. The date isn’t mandatory. The author shortcode in Cornerstone has a picture.

    Gerald

    #1224205
    Rupok
    Member

    Hi Gerald,

    Let’s use the author shortcode or Cornerstone element and add this under Custom > CSS in the Customizer.

    .x-author-box .avatar {
      display: none;
    }
    
    .x-author-box .x-author-info {
      margin-left: 0;
    }

    Hope this helps.

    #1224611
    Sabacon
    Participant

    Thanks, that worked. One more question. I can’t seem to find out how to get the author to be someone other than the post creator. Is it the Author Id. If so, where is set? I probably should this.

    #1224966
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! When using Cornerstone Author element, you just need to specify the Author ID to display other name. You can also edit each of the posts or bulk edit the post and assign the posts to a particular user. Please see this screenshot: http://prntscr.com/cwyr2t

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1223351 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>