Xiou
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pagination and Loop for Custom Post TypeSome news :
Reminder : I can not reach the page 2 of my Blog
My previous configuration :
Permalink settings : – Postname : /%postname%/
Reading Settings : static page : Post Page – BlogThe only configuration “working” :
Permalink settings : – Default : ?p=123
Reading Settings : static page : Post Page – Select (none)I can reach the second page of my posts using : ?page_id=23&paged=2
but I really don’t want to use the Permalink Default settingDoes someone has an idea of what is going on ?
Forum: Plugins
In reply to: [Magic Fields 2] Visual Editor and MF2 Problem in multiline fieldI “solved” this problem by using markdown editor (in MF2) instead of multiline if it could help someone.
Forum: Fixing WordPress
In reply to: Pagination and Loop for Custom Post TypeThanks to you and the links you gave me, I now have a pagination.
But it’s a little more complicated :
I’m on my Blog page (which is display by index.php)
qwerty.com/blog/
2 articles are printed (post_per_page 2 for the example)
The pagination is ok with 2 pages (3 articles total).My problem is when I try to go on the page 2, I’ve got a 404 error.
qwerty.com/blog/page/2/I already saw this problem in other posts when the custom post type is called blog and the page is called blog. This is not my case.
I use “Blog” as page.
I use the original WordPress Posts as articles (where I added two fields thanks to Magic Fields 2).Do you have any idea of what it could be ?