Skip to content

Can I create new custom widget in sidebar ? #1288

Answered by jerryc127
dimaslanjaka asked this question in Q&A
Discussion options

You must be logged in to vote

Widget Sorting

Just configure sort_order. (Using the order property of Flex layout, see mozilla documentation for details. In short, use numbers to sort. If not configured, the default is 0. The smaller the number, the higher the sorting.)

aside:
 ...
  card_recent_post:
    sort_order: # Don't modify the setting unless you know how it works
  card_categories:
    sort_order: # Don't modify the setting unless you know how it works
  card_tags:
    sort_order: # Don't modify the setting unless you know how it works
  card_archives:
    sort_order: # Don't modify the setting unless you know how it works
  card_webinfo:
    sort_order: # Don't modify the setting unless you know how it works

n…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@dimaslanjaka
Comment options

@dimaslanjaka
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dimaslanjaka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants