Skip to content

Commit 49a88d3

Browse files
committed
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.
1 parent d70b5e0 commit 49a88d3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/topics/code/tables/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2-
title: Tables
2+
title: Tables in code
33
layout: default
44
parent: Frontend code
5+
description: Tables in theme and plugin development
56
nav_order: 5
67
---
78

89
# Tables in theme and plugin development
910

1011
{: .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).
1314

1415
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.
1516

docs/topics/content/tables.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
title: Tables
33
layout: default
44
parent: Content and images
5+
description: Tables in WordPress content
56
nav_order: 5
67
---
78

89
# Tables in the content
910

1011
{: .callout .alert }
11-
**Alert:** This content will be written.
12-
Related issue on [GitHub #121 Topic Tables in the content](https://github.com/wpaccessibility/wp-a11y-docs/issues/121).
12+
**Alert:** This content will be written.
13+
Related issue on [GitHub #121 Topic Tables in the content](https://github.com/wpaccessibility/wp-a11y-docs/issues/121).
1314

1415
This content will be about how to add an accessible table in WordPres Admin and gives info about plugins to use, that can create accessible tables.

0 commit comments

Comments
 (0)