-
AuthorPosts
-
May 21, 2013 at 9:53 pm #23547
Hello, I have a problem of displaying my blog party. I created an article that first appeared on the “mood” page. This same page made me the image appear to followed an extract of the article.
I subsequently write a second article in the same category (so that would appear on the same page), but it changed the look of my page. Items are no longer displayed in the same form namely the image one, extract the read more button.
Now it is the archive that appears, why? I don’t understand ..
The page in question: http://www.socialweb.fr/humeur/
Regards
R3v0x
May 22, 2013 at 1:36 am #120220Hi,
I’m sorry but I don’t understand your problem. When I click on the “Mood” menu, it takes me to the archive page for Humor category. If this is not what you want, maybe you can change this on Appearance > Menu. If you want to make a post sticky and always on the top, edit the post, look for Visibility: then make the post stick to the frontpage.
Regards,
Ismael
May 22, 2013 at 6:39 am #120221Hi Ismael,
in fact the blog archive displays the mood category, but I want to display this category over another. In the constructor of this page I have:
I think I ticked the right boxes for the page to display the image at one + the extract of my article + read more link
When I had only one article on this page, it worked. The problem came with the publication of the second article.
Regards
R3v0x
May 22, 2013 at 8:16 am #120222Hi,
I think you have the wrong menu item. It is linked on the archive humor. You need your blog page. Go to Appearance > Menu > Delete the menu item Humor (Humeur) then find your actual blog page with Blog Posts element, change the label then save the menu.
Regards,
Ismael
May 22, 2013 at 8:49 am #120223I do not think it comes from there. Look, I changed one of my articles category and it appears as I want on the page. (the settings are the same for all my pages): http://www.socialweb.fr/facebook/
In the constructor of the page, my settings are the same as on the screen above
Regards
R3v0x
May 22, 2013 at 10:47 pm #120224Hi,
There are a few different places that the same menu link can be acquired from .
Please look here http://www.clipular.com/c?6459214=S39pl1VvyBtfu4-iwTUkBRNjTJ4&f=.png .. Make sure that all those check boxes are checked so you have the biggest selection of locations for links.
This page …. http://www.socialweb.fr/humeur/ … is a taxonomy archive (category archive), so all posts you placed in humeur category will go here . thus that is the title of this page.
I am not sure what relevance the menu item has with the content, you can rename the menu item humeur to tragedie but that doesn’t mean the type of articles inside it will change, just the label of the menu item.
Thanks,
Nick
May 23, 2013 at 8:02 am #120225Hi Nick, I think there is a bug somewhere.
Please look here : http://hpics.li/416efd1
I have the same settings than you.
I did a test, I recreated a page with exactly the same options as the “Humeur” page. Look at the result: http://www.socialweb.fr/actualite/
I do not have to archive page, but a page that displays a category of my blog party.
The only problem is that I can’t remove the attribute “archive” on my page ..
Regards
R3v0x
May 23, 2013 at 10:15 pm #120226Hi,
An ‘Archive Page’ is just a name to describe one of the two types of pages in WordPress. Any page that is a list of items is called an ‘archive page’. So every category page is an archive page because it contains an archive (list of items ordered by date) of that category. Don’t think of that word’s meaning in French but its meaning in wordpress.
On that note, please open up /framework/php/function-set-avia-frontend.php and look for line 829 that looks like
$output = __('Archive for category:','avia_framework')." ".single_cat_title('',false);
and change it to
$output = single_cat_title('',false);
This will just print the name of the category.
Thanks,
Nick
May 24, 2013 at 9:26 am #120227Hi Nick,
Look, when i change the name of the URL :
I wrote two ways URL of my page. When i written in the same way that my category, the page is displayed in the form of archive. When written in another way the page displays normally.
My other pages have the same URL as my categories. Why it works for these pages, and not for the “humeur” page?
Thx
R3v0x
May 24, 2013 at 9:58 am #120228Please don’t use the same slug for your categories and page name. This can break the permalink rewrites and in the worst case you’ll get 404 errors. I’m not sure why WP displays sometimes the page & sometimes the archive – probably it depends on the id of the entry or which slug rewrite rule is processed first. A tool like: http://wordpress.org/plugins/rewrite-rules-inspector/ helps you to analyze it – however it’s probably a waste of time – just use another slug and you’re on the safe side.
-
AuthorPosts
- The topic ‘Blog display’ is closed to new replies.