Author
-
AuthorPosts
-
quetedunevie
MemberHello,
I need some help to organize my blog, i have 3 problems
1- The firt is that I don’t want the “author” to appear on the articles2- The second is that I can’t remove the mention “category” on the blog, in front of the name of my categories
3- The last is for the title of blog, when i click on the title of my blog (at the top of the blog), there is a link to a page, but i can’t find this page, to motify it. It’s a page differente to the home page.
I hope for a reply as soon as possible, thanks a lot in advance
Don’t hesitate if it is not clear.
Best Regards
SamiaThe blog I need help with is: (visible only to logged in users)
designorbital
Theme AuthorHi Samia,
Following points will help you.1. I can share a css snippet with you so the author will not appear in your articles. I have checked your blog and i am unable to find any live article.
2. Prefix, Category can’t be removed at the moment.
3. Following article will help you regarding to Front Page, Blog Page, Posts page etc.
https://wordpress.com/support/pages/front-page/
Hope it will help you.
ThanksThanks a lot for your quick response
1. I just posted an article in public, to show you the ” author.
I want the css code, which you mention, thanks a lot :)3. My problem is that i can’t customize this page, since it isn’t in the dedicated space of the pages to modify, i don’t know where i can modify this space.
Can you tell where i can organize this space ? It’s not in “page”
The link is created when I put a title to my blog.(je ne sais pas si vous parlez français… le problème est que quand je mets un titre à mon blog( dans l’espace dédié), cela créer un lien , une page, avec mes articles les un après les autres, mais je ne peux pas réorganiser cette page, puisqu’elle n’apparait dans l’onglet “page”.
I hope for a reply as soon as possible, thanks a lot in advance
Don’t hesitate if it is not clear.
Best Regards
Samiadesignorbital
Theme AuthorHi,
Please use the following css snippets to hide the Author at both Blog and Single pages.
.blog .entry-meta.entry-meta-header li:first-child { display: none; } .blog .entry-meta.entry-meta-header li:nth-child(2)::before { display: none; } .single .entry-meta.entry-meta-header li:nth-child(2), .single .entry-meta.entry-meta-header li:nth-child(2)::before { display: none; }
—-
3. Link to the Home Page will be created automatically. Now following points will help you regarding to your question.
3.1: Currently your home page is set as Blog Posts. It is default setting. You can’t edit this page. This page will fetch your blog posts automatically.
3.2: If you wish to customize your home page or front page. You need to set a Static Front Page via settings. Than, you can customize that Front Page easily.
I will suggest to read the following article to understand the concepts of Home Page, Static Front Page, Blog Page.
https://wordpress.com/support/pages/front-page/
Hope it will help you.
ThanksThanks you for the all the element :)
Best regards
Samia
- The topic ‘Author’ is closed to new replies.