Hallo,
für eine Pagination suche ich den "Befehl" für die Fuktion 'Anfang' und 'Ende'
Die Pagination sollte so aussehen:
Seite 1 von 9
« Anfang Zurück 1 2 3 4 5 Vorwärts Ende »
Wordpress Version 5.3.2
Theme DIVI
Folgendes habe ich schon in die Simple Custom CSS eingefügt.
/* === Style WP-PageNavi Pagination === */
/* Center the pagination */
.wp-pagenavi { text-align:center; }
/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child {
border: 1px solid #bbb !important;
padding: 6px 12px;
margin: 0;
}
.wp-pagenavi span, .wp-pagenavi a { border-right: none !important; }
/* Style the default text */
.wp-pagenavi span, .wp-pagenavi a {
font-weight: bold !important;
color: #999 !important
}
/* Style the current / hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
color: #666 !important;
background-color: #ddd !important;
}
/* Style the page count text */
.wp-pagenavi :first-child { color: #666 !important; }
[COLOR=#b30000]/* Add text to the "next" link */
.wp-pagenavi .nextpostslink:before { content: 'Vorwärts '; }
.wp-pagenavi .previouspostslink:after { content: ' Zurück'; }
[COLOR=#000000]Vielen Dank im Voraus.[/COLOR][/COLOR]
[COLOR=#ffa64d][/COLOR]