You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Differentiate table descriptions for search results
There are two pages on Tables, and the current page set up in the Jekyll theme is based on Title only, so if they have the same title, only one will ever be selected.
Copy file name to clipboardExpand all lines: docs/topics/code/tables/index.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
---
2
-
title: Tables
2
+
title: Tables in code
3
3
layout: default
4
4
parent: Frontend code
5
+
description: Tables in theme and plugin development
5
6
nav_order: 5
6
7
---
7
8
8
9
# Tables in theme and plugin development
9
10
10
11
{: .callout .alert }
11
-
**Alert:** This content will be reviewed and restructured.
12
-
Related issue on [GitHub #144 Topic Tables in theme and plugin development](https://github.com/wpaccessibility/wp-a11y-docs/issues/144).
12
+
**Alert:** This content will be reviewed and restructured.
13
+
Related issue on [GitHub #144 Topic Tables in theme and plugin development](https://github.com/wpaccessibility/wp-a11y-docs/issues/144).
13
14
14
15
Tables are the recommended way to display tabular data. Tabular data is any data that is best navigated in two dimensions: where there are relationships both vertically along columns and horizontally in rows. Tables are not a good idea for layout, however.
0 commit comments