Hi,
If you want to display pages instead of posts in the blocks you can do it in the block filter settings. Here is a tutorial about all the available block settings and options
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi Simion C.,
thank you for your quick reply.
I followed your link but still couldn’t encounter how to switch to pages instead of posts…
When selecting the “Filter Tab” in the block menu it only give me the following options:
###
Post ID filter:
Category filter:
Multiple categories filter:
Filter by tag slug:
Multiple authors filter:
Post Type:
Sort order:
###
When selecting category filter it only allowes me to choose among “Post Categories”, however I would like to show “Pages” instead of “Posts”.
Please advise.
Cheers,
P
Hi,
In the Post type field simply enter “page” – https://www.screencast.com/t/VP0CUEvGDsh
Then pages will be displayed in that element. You can also enter specific page Id’s in the Id filter and display the pages you want, or choose a sort order.
Thanks
thanks for the quick reply. that helped a lot.
however, now I am facing another problem:
here (http://zhk.fbz-online.de/enzyklopaedie-inhaltsverzeichnis/) you will see that the box will show all the articles and offers to sort them by terms. the terms are displayed. unfortunatly nothing happens when clicking on a term to have them sorted.
Hi,
If those are pages that are displayed in that block, the ajax filter above the block will not filter the pages by category. Pages do not have categories, and nothing will be displayed when you click on a category. Only posts can be assigned categories and tags.
I believe that categories could be added to pages through plugins or code modification, but I cannot say this will work with the theme or not.
You could filter pages by page author for example
– https://www.screencast.com/t/RVzll6VyeWZD
Thanks
Hi,
Unfortunately the blocks will not get the page category since is not default WordPress behavior. There is no solution I can provide you for this, it is not implemented in the theme. The pages displayed in the blocks cannot be filtered by category, sorry. Maybe you can find a different way of achieving this.
Thanks
Hi,
All the module font properties can be customized in the theme panel
– https://www.screencast.com/t/zQSNF33hI
More options are available for the article title that can be modified by specific module
– https://www.screencast.com/t/sFC1g9zWAKid
There you can change the title, excerpt, meta etc.
You can always create custom code if you would like to further customize some elements, and there is no option by default in the theme, by using the browser inspector. Here is a guide showing how you can use the inspector to do this
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks