I have created Taxomony term called Article Category. Now I have 13 posts in a category & pager is set to show 9 articles per page. The pagination is showing 2 pages but both page 1 & page 2 is showing the first 9 articles.
I created a new service class in a custom module, it works on my local PC.
After I upload the code, and tried drupalconsole and drush both to clear and rebuild cache, but when I run this service, Drupal keep showing error message that it didn't know this service. I also tried delete all cache_* database tables, but the error still.
And at the logger I can see some error messages: Container cannot be saved to cache
Say there is a content type blog, where I enter all the blog details (author, pictures, tags etc)
Another content type books, where I enter few books (book cover, details, link etc).
Now I have to provide an option in CMS while creating a blog to select a book. and when the blog is displayed, the selected book also should get displayed along with it with all the details. How can we achieve this?
I don't know method to add Numbering to Book Page contents or Book child pages as below. Can you please let me know how I can add numbers to book contents or to child pages in book view as below in Drupal 8.
Actually, I am not getting numbers for book contents in Drupal 8 after creating book and adding contents to it. Please provide how to do steps for above query. And below is the new book view without numbers in drupal 8.