Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3631442
I need help on removing particular items in particular articles
Closed

Comments

  •  1
    director12345 started the conversation

    Allow me to clarify the query. It's an entertainment website, and we're intending to create a profile for each celebrity. However, I wish to hide the article published date for these profiles exclusively. Please note that I've already created a profile using Elementor.

    Additionally, I require some assistance in removing a few more sections. Could you kindly guide me on how to accomplish this? I will attach an image with accompanying text for reference. Thank you.

    Additonally do you have any template for create celebrity profile

    Attached files:  screencapture-midstlive-celebrity-akshay-kumar-2024-04-19-18_11_10.png

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Posts → General: turn on the following options:

    - Hide Post Author,

    - Hide Post Date.

    Regards,
    PenciDesign.


  •  1
    director12345 replied

    When I hide the post author and date, it hides all the articles. I don't want to hide all the posts; I just want to hide them on certain posts, especially the ones created for profiles, as I mentioned earlier. Could you please help me? Thank you. ALso i want to remove related post at the end as i mentioned in the image.


  •  2,540
    PenciDesign replied

    Hi,

    Unfortunately, the current version of the Soledad doesn't include any options that help you customize this area for an individual post.

    But you can force it to be hidden by adding the custom CSS code. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.postid-1670 .post-box-meta-single {
        display: none;
    }

    Change 1670 with the post ID that you want to apply.

    Regards,
    PenciDesign.