WP Link Library
Link Library installieren
und dann kann’s schon losgehen: Links kategorisieren, eintragen und eine Seite mit dem Shortcode
[ link-library ]
einrichten, um die Links anzuzeigen.
CSS Styling (Beispiel) via Customizer (Design > Anpassen > CSS)
/* =========================== */
/* Link Library */
#llsearch {
font-family: system, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
padding: 24px 24px 12px 24px;
border: 1px solid #C0C2C3;
border-radius: 9px;
margin: 24px 0px 24px 0px;
}
input[type="submit"] {
background: #003366;
border-radius: 6px;
padding: 3px 12px 3px 12px;
}
.linklistcatname {
font-family: system, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 120%;
background-color:#f7f7f7;
font-weight: 400;
border: 0;
padding: 6px 0px 6px 12px !important;
border-radius: 12px 120px 0px 0px;
}
.LinkLibraryCat {
clear: both;
width: 100%;
border-spacing: 5px;
border-left: 10px solid #f7f7f7;
margin: 12px 0px 36px 0px;
}
/* =========================== */
