Table of Contents Plus

Descrizione

Un plugin potente ma intuitivo che crea automaticamente un indice o sommario (sommario) specifico per pagine lunghe (e tipi di post personalizzati). Più di un semplice plugin per il sommario, questo plugin può anche generare una mappa del sito che elenca pagine e/o categorie nell’intero sito.

Costruito da zero e con Wikipedia in mente, il sommario per impostazione predefinita viene visualizzato prima del primo titolo di una pagina. Ciò consente all’autore di inserire contenuti introduttivi che possono riassumere o introdurre il resto della pagina. Utilizza anche uno schema di numerazione univoco che non si perde a causa delle differenze CSS tra i temi.

This plugin is a great companion for content rich sites such as content management system oriented configurations. That said, bloggers also have the same benefits when writing long structured articles.

Include un pannello delle opzioni di amministrazione in cui è possibile personalizzare impostazioni come la posizione di visualizzazione, definire il numero minimo di intestazioni prima che venga visualizzato un indice, altre personalizzazioni etc. Per gli utenti esperti, espandere le opzioni avanzate per modificare ulteriormente il suo comportamento – ad esempio: escludere livelli di intestazione indesiderati come h5 e h6 dall’inclusione; disabilitare l’output del file CSS incluso; regolare l’offset superiore e altro ancora. Utilizzando gli shortcode, puoi sovrascrivere il comportamento predefinito come esclusioni speciali su una pagina specifica o persino nascondere del tutto il sommario.

Preferisci includere l’indice nella barra laterale? Vai in Aspetto > Widget e trascina TOC+ nella barra di tuo interesse.

I tipi di post personalizzati sono supportati, tuttavia, l’inserimento automatico funziona solo quando the_content () è stato utilizzato dal tipo di post personalizzato. Ogni tipo di post apparirà nel pannello delle opzioni, quindi abilita quelli che desideri.

Collaborate, participate, fork this plugin on Github.

Shortcode

Il plugin è stato progettato per essere il più semplice e indolore possibile e non richiedeva l’inserimento di uno shortcode per il funzionamento. Tuttavia, l’utilizzo di uno shortcode ti consente di controllare completamente la posizione del sommario all’interno della tua pagina. I seguenti shortcode sono disponibili con questo plugin.

Quando gli attributi vengono tralasciati per gli shortcode seguenti, torneranno alle impostazioni definite in Impostazioni > TOC+. Quanto segue è spiegato nella scheda di aiuto.

[toc]

Lets you generate the table of contents at the preferred position. Useful for sites that only require a TOC on a small handful of pages. Supports the following attributes:

  • “label”: text, title of the table of contents
  • “no_label”: true/false, shows or hides the title
  • “wrapping”: text, either “left” or “right”
  • “heading_levels”: numbers, this lets you select the heading levels you want included in the table of contents. Separate multiple levels with a comma. Example: include headings 3, 4 and 5 but exclude the others with heading_levels="3,4,5"
  • “class”: text, enter CSS classes to be added to the container. Separate multiple classes with a space.
  • “start”: number, show when this number of headings are present in the content.

[no_toc]

Ti consente di disabilitare il sommario per l’articolo corrente, la pagina o il tipo di post personalizzato.

[sitemap]

Produce un elenco di tutte le pagine e categorie per il tuo sito. Puoi usarlo su qualsiasi articolo, pagina o anche in un widget di testo. Nota che questo non includerà un indice degli articoli, quindi usa sitemap_posts se hai bisogno di questo elenco.

[sitemap_pages]

Lets you print out a listing of only pages. The following attributes are accepted:

  • “heading”: number between 1 and 6, defines which html heading to use
  • “label”: text, title of the list
  • “no_label”: true/false, shows or hides the list heading
  • “exclude”: IDs of the pages or categories you wish to exclude
  • “exclude_tree”: ID of the page or category you wish to exclude including its all descendants
  • “child_of”: “current” or page ID of the parent page. Defaults to 0 which includes all pages.

[sitemap_categories]

Lo stesso di [sitemap_pages] ma per le categorie.

[sitemap_posts]

This lets you print out an index of all published posts on your site. By default, posts are listed in alphabetical order grouped by their first letters. The following attributes are accepted:

  • “order”: text, either ASC or DESC
  • “orderby”: text, popular options include “title”, “date”, “ID”, and “rand”. See WP_Query for a list.
  • “separate”: true/false (defaults to true), does not separate the lists by first letter when set to false.

Use the following CSS classes to customise the appearance of your listing:

  • toc_sitemap_posts_section
  • toc_sitemap_posts_letter
  • toc_sitemap_posts_list

Mi piace, come posso dimostrare il mio apprezzamento?

Se sei rimasto impressionato da questo plugin e vorresti in qualche modo mostrare un po’ di apprezzamento, piuttosto di inviare una donazione a mio favore, fai una donazione al tuo ente di beneficenza preferito.

Non chiederò mai alcuna forma di ricompensa o compenso. Aiutare gli altri a raggiungere i propri obiettivi è soddisfacente per me 🙂

Screenshot

  • Un esempio del sommario, posizionato in alto, allineato a destra e largo 275px
  • Un esempio dello shortcode sitemap_pages
  • Un esempio dello shortcode sitemap_posts
  • Il pannello delle opzioni che si trova in Impostazioni > TOC+
  • Qualche opzione avanzata
  • La scheda Mappa del sito (sitemap)

Installazione

Si applica il normale processo di installazione del plugin, ovvero la ricerca di table of contents plus dalla schermata del plugin o tramite il metodo manuale:

  1. Carica la cartella table-of-contents-plus nella directory /wp-content/plugins/
  2. Attiva il plugin attraverso il menu ‘Plugin’ di WordPress

Questo è tutto! Il sommario apparirà nelle pagine con almeno quattro o più titoli.

Puoi modificare le impostazioni predefinite e altro in Impostazioni > TOC+

Recensioni

15 Aprile 2024 1 risposta
I have experienced a really tough day trying to resolve the issue that the TOC failed to display. Fortunately, I managed to find a solution, which is really simple. I hope it can be helpful to those guys encountering the same issue. Solution: Go to the advanced settings and select the heading levels you want to show. All the heading levels are kept unselected after the update and you just need to select them again.
Leggi tutte le recensioni di 155

Contributi e sviluppo

“Table of Contents Plus” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Table of Contents Plus” è stato tradotto in 24 lingue. Grazie ai traduttori per i loro contributi.

Traduci “Table of Contents Plus” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

2406

  • Released: 16 June 2024
  • Revert ‘Do not output CSS/JS on pages not eligible’ introduced in 2402 as it broke some clever edge cases
  • Fixed XSS issue requiring editor or higher privileges for show/hide text (thanks to wpscan)

2402.1

  • Released: 22 February 2024
  • Fixed check for shortcode use (#164)

2402

  • Released: 21 February 2024
  • Added option to generate TOC in REST requests, disabled by default (props ballpumpe)
  • Composer improvements (props mohjak)
  • Do not output CSS/JS on pages not eligible
  • Update POT translation file
  • Update links to help

2311

  • Released: 7 November 2023
  • Bump tested WordPress version to 6.4
  • Do not trigger on REST requests (props steffenster)
  • Update include mechanism in init.php (props maciejmackowiak)

2309

  • Released: 19 September 2023
  • Bump tested version to 6.3.1
  • Added child_of property to sitemap_pages shortcode (props flagsoft). This lets you output a listing of child pages for a set parent or “current”. Property is optional and defaults to all pages.
  • Fixed XSS possibility handling nonce while saving options (thanks to Patchstack)
  • Updated WordPress Coding Standard to 3.0

2302

  • Released: 9 February 2023
  • Added toc_brackets CSS class to square brackets around show/hide text
  • Added a filter to the toc_extract_headings function (props Raymond Radet)
  • Refactor using WordPress-Extra coding standard

2212

  • Released: 16 December 2022
  • Bump tested version to 6.1.1
  • When using the TOC+ widget, execute shortcodes beforehand (props endcoreCL)
  • When using the TOC+ widget, abort early when no post for edge cases (props jonas-hoebenreich)
  • Add start property to toc shortcode to override the minimum number of headings needed to display (props woutervanvliet)
  • Add no_numbers property to toc shortcode to disable leading heading indexes (props TedAvery)
  • Fixed XSS vulnerability in toc shortcode, class property (thanks to wpscan)
  • Fixed XSS vulnerabilities in sitemap_pages and sitemap_categories shortcodes, label property

2106

  • Released: 23 June 2021
  • Add compatibility with Rank Math SEO
  • Bump tested WordPress version to 5.7
  • Add PHP coding style
  • Adhere to majority of coding tips

2002

  • Rilasciato: 9 febbraio 2020
  • Codifica fissa durante l’utilizzo %PAGE_TITLE% o %PAGE_NAME%
  • Bump tested WordPress version to 5.3
  • Rimosse tutte le traduzioni locali in quanto puoi trovare altre più aggiornate su translate.wordpress.org
  • Rimossi i collegamenti ai traduttori dal file readme

1601

  • Data di rilascio: 5 gennaio 2016
  • Bump testato nella versione di WordPress 4.4
  • Aggiungi le funzioni API ‘abilita’ e ‘disabilita’ in modo che uno sviluppatore possa controllare meglio l’esecuzione.
  • Aggiunta la traduzione in portoghese brasiliano grazie a Blog de Niterói
  • Aggiunta la traduzione in spagnolo grazie a David Saiz
  • TOC+ widget ora aderisce a un titolo vuoto se non ne viene fornito nessuno. Grazie a Dirk per la tips.
  • Aggiornato jQuery Smooth Scroll da 1.5.5 a 1.6.0
  • Dominio di testo aggiornato per supportare meglio i pacchetti di traduzione.

1509

  • Released: 4 September 2015
  • Aggiunta la traduzione in ebraico grazie ad Ahrale
  • Aggiunta la traduzione in giapponese grazie a Shikamaru シカマル
  • Aggiunta la traduzione greca grazie a Dimitrios Kaisaris
  • Updated jQuery Smooth Scroll 1.4.10 to 1.5.5
  • Supply both minified and unminified CSS and JS files, use minified versions.
  • Convert accented characters to ASCII in anchors.
  • Bump tested WordPress version to 4.3
  • Fixed: PHP notice introduced in WP 4.3
  • Fixed: javascript error with $.browser testing for Internet Explorer 7.
  • Plugin has moved to GitHub for better collaboration.
  • Help needed: preg_match_all failing with bad UTF8 characters producing no TOC. If you can help, please participate in this issue.

1507

  • Released: 5 July 2015
  • Aggiunta traduzione in danese per gentile concessione di Cupunu
  • Simplified the translation duty by moving the help material to the plugin’s website.
  • Updated translation file.

1505

  • Rilasciato il: 2 maggio 2015
  • Huge thanks to Jason for an updated Simplified Chinese translation.
  • Added collapse property to the toc shortcode. When set to true, this will hide the table of contents when it loads. Example usage: [toc collapse=”true”]
  • Added label_show and label_hide properties to the toc shortcode. This lets you change the “show” and “hide” link text when using the shortcode.
  • Bump tested WordPress version to 4.2.1.

1408

  • Released: 1 August 2014
  • Aggiunta una traduzione in tedesco per gentile concessione di Ben
  • Added “class” attribute to the TOC shortcode to allow for custom CSS classes to be added to the container. Thanks to Joe for suggesting it

1407

  • Released: 5 July 2014
  • Aggiunta traduzione ucraina per gentile concessione di Michael Yunat
  • Added French translation courtesy Jean-Michel Duriez
  • Empty headings are now ignored, as suggested by archon810
  • Removed German translation, may have been machine translated, ref
  • Fixed: Special chars in TOC+ > Settings > Exclude Headings no longer get mangled on save. Thanks to N-Z for reporting it.

1404

  • Released: 18 April 2014
  • Bump WordPress support to 3.9
  • Fixed: Strip HTML tags from post titles for sitemap_posts so those items do not appear under a < heading. Thanks to Rose for reporting it.
  • Fictitious: This release was powered by three blind mice.

1402

  • Released: 19 February 2014
  • Added German translation courtesy Cord Peter
  • Modify toc_get_index API function to also reset minimum number of headings to 0.
  • Removing the TOC+ widget from the sidebar no longer requires you to uncheck the ‘Show the table of contents only in the sidebar’ option. It will be reset on removal.
  • Delay count of headings until disqualified have been removed. Thanks to Simone di Saintjust for raising it.
  • Using the TOC+ widget, you can now limit the display to selected post types. Thanks to Pete Markovic for the idea.
  • Updated translation file (extra options added).

1311

  • Released: 10 November 2013
  • Added third parameter to toc_get_index API function to enable eligibility check (eg apply minimum heading check, is post type enabled, etc). This has been switched off by default and only affects those using the API. Thanks Jonon for your comment.
  • Aggiunta la traduzione olandese per gentile concessione di Renee
  • Apply bullet option to TOC+ widget, thanks to Thomas Pani for the patch.

1308

  • Released: 5 August 2013
  • Fix javascript issue with minimum jQuery version check (broke smooth scrolling using WordPress 3.6).
  • Replaced Slovak translation with a human translated version courtesy Boris Gereg.
  • Remove signature from source when using the shortcode but not allowed to print (eg on homepage).
  • Add “separate” attribute for sitemap_posts shortcode to not split by letter, thanks DavidMjps for the suggestion.

1303.1

  • Released: 22 March 2013
  • Novità: aggiunta traduzione polacca, grazie Jakub
  • Fixed: an issue in 1303 that ignored headings with the opening tag on the first line and the heading text on a new line. Thanks to richardsng for the quick discovery.

1303

  • Released: 21 March 2013
  • New: option auto insert after the first heading. Thanks to @thelawnetwork for requesting it.
  • New: allow headings to be excluded from the table of contents. This is available both globally under the advanced section of Settings > TOC+ and individually with the TOC shortcode. Check out the help material for examples. Thanks to the many of you that requested it.
  • New: advanced option to lowercase all anchors. The default is off.
  • New: advanced option to use hyphens rather than underscores in anchors. The default is off.
  • New: shortcode to list all posts in alphabetical order grouped by first letter.
  • Novità: aggiunta traduzione slovacca, grazie Branco Radenovich.
  • Add version numbers to CSS/JS files to better support setups that cache these files heavily for timely invalidation. Thanks to boxcarpress for the amendments.
  • Add CSS class ‘contracted’ to #toc_container when the table of contents is hidden. Thanks to Sam for suggesting it.
  • With smooth scroll enabled, do not use an offset if no admin bar is present and the offset value is default. This means that public users do not have the offset space at the top.
  • New help material for developers under the help tab.
  • Added API function: toc_get_index() lets you retrieve a table of contents to be placed within PHP. Check out the new developer help material for examples.
  • Allow anchors to be filterable using toc_url_anchor_target to customise further through code. Check the new developer help material for an example. Thanks to Russell Heimlich for the tip.
  • Adjust CSS and JS registration.
  • Updated jQuery Smooth Scroll to 1.4.10.
  • Fixed: When using the widget, addressed an issue where the index with special characters (such as ‘ and “) would not link to the correct spot within the content. Thanks to esandman for raising it.
  • Fixed: Saving at Settings > TOC+ resets TOC+ widget options. Thanks to Chris for reporting it.

1211

  • Released: 17 November 2012
  • New: allow %PAGE_TITLE% to be used in the TOC title. Note that this also works in the widget title too. When used, this variable will be replaced with the current page’s title. Thanks to Peter for the request.
  • New: new option to hide the TOC initially. Thanks to Jonas, Jonathan, and Doc Germanicus for requesting it.
  • New: added ability to customise visited TOC link colour.
  • New: option to restrict generation to a URL path match. For example, you can restrict to wiki pages that fall under http://domain/wiki/ by entering /wiki/ into the field. The setting can be found in the advanced options. Thanks to Tux and Justine Smithies for suggesting it.
  • Make regular expressions less greedy. That means you can have multiple headings on a single line whereas before you needed to ensure each heading was on their own line. Thanks to drdamour for raising and providing a fix.
  • Also make regular expressions match across multiple lines. This means you can have your single heading split across many lines.
  • Better accessibility: when using smooth scrolling, allow for focus to follow the target, eg tabbing through will continue from the content block you clicked through to.
  • Better performance: as requested by a few, javascript files have been consolidated into one and both javascript and CSS files are now minified.
  • ‘Auto’ is now the default width which means it’ll take up the needed amount of space up to 100%. The previous default was a fixed width of 275px.
  • Added the ability to exclude entire branches when using [sitemap_pages] and [sitemap_categories] using the exclude_tree attribute. Thanks to Benny Powers for requesting it.
  • Wrap index numbers around span tags to enable easier CSS customisation. The spans are have two classes: toc_number and toc_depth_X where X is between 1 and 6. Thanks to Matthias Krok for requesting it.
  • Moved the ‘preserve theme bullets’ option into the advanced section.
  • Updated and simplified the translation file.
  • Fixed: [sitemap_categories] using the wrong label when none was specified. Thanks to brandt-net for raising it. The labels for both [sitemap_pages] and [sitemap_categories] may be removed in a future update as you can insert the title within your content.

1208

  • Released: 2 August 2012
  • New: advanced option to prevent the output of this plugin’s CSS. This option allows the site owner to incorporate styles in one of their existing style sheets. Thanks to Ivan and Swashata for suggesting it.
  • Aggiunta traduzione cinese semplificata grazie a icedream
  • Make more translatable by adding a translation POT file in the languages folder. Translations welcome!
  • Adjust multibyte string detection as reported by johnnyvaughan
  • Support PHP 5.4.x installations. Thanks to Josh for raising it.
  • Fixed: -2 appearing in links when using the TOC+ widget. Thanks to Arturo for raising it.

1207

  • Released: 23 July 2012
  • New: when smooth scrolling is enabled, allow the top offset to be specified to support more than the WordPress admin bar (such as Twitter Bootstrap). The offset is displayed in the advanced section after you have enabled smooth scrolling. Thanks to Nicolaus for the suggestion.
  • Allow 2 headings to be set as the minimum (used to be 3). Thanks to Fran for justifying it.
  • Run later in the process so other plugins don’t alter the anchor links (eg Google Analytics for WordPress).
  • Do not show a TOC in RSS feeds. Thanks to Swashata for raising it.
  • Bump tested version to WordPress 3.5-alpha.
  • Added help material about why some headings may not be appearing.
  • Added banner image for WordPress repository listing.
  • Updated readme.txt with GPLv2 licensing.

1112.1

  • Released: 9 December 2011
  • Forgot to update version number.

1112

  • Released: 9 December 2011
  • New: auto width option added which takes up only the needed amount of horizontal space up to 100%.
  • Removed trailing – or _ characters from the anchor to make it more pretty.
  • This plugin’s long name has changed from “Table of Contents+” to “Table of Contents Plus”. The short name remains as “TOC+”.
  • Fixed: when using the TOC shortcode within your content, your post or article would display the TOC on the homepage despite having the exclude from homepage option enabled. If you also used the “more tag”, then you may have resulted with an empty TOC box. These are now addressed.
  • Fixed: all anchors ending with “-2” when no headings were repeated. This was caused by plugins and themes that trigger the_content filter. The counters are now reset everytime the_content is run rather than only on initialisation.

1111

  • Released: 11 November 2011
  • New: option to adjust the font size. Thanks to DJ for the suggestion. The default remains at 95%.
  • New: advanced option to select the heading levels (1 to 6) to be included. Thanks to those that hinted about wanting to achieve this.
  • New: you can now have the TOC appear in the sidebar via the TOC+ widget. Thanks to Nick Daugherty and DJ for the suggestion.
  • The TOC shortcode now supports the heading_levels attribute to allow you to limit the headings you want to appear in the table of contents on a per instance basis. Separate multiple headings with a comma. For example: include headings 3, 4 and 5 but exclude the others with [toc heading_levels="3,4,5"]
  • The TOC shortcode also supports the wrapping attribute with possible values: “left” or “right”. This lets you wrap text next to the table of contents on a per instance basis. Thanks to Phil for the suggestion.
  • Better internal numbering system to avoid repeated headings. This means that for non-repeated headings, there is no trailing number in the anchor.
  • Informazioni consolidate sugli shortcode e sui loro attributi nella scheda della guida.
  • Risolto: le intestazioni ripetute sullo stesso livello non vengono più interrotte. Per gli utenti con set di caratteri internazionali, segnalare eventuali strani caratteri spazzatura nelle intestazioni (ad esempio, un carattere finisce per essere un punto interrogativo, un simbolo quadrato o un diamante). Grazie a Juozas for the assistance.
  • Risolto: avvisi PHP rimossi su una configurazione PHP configurata in modo dettagliato.
  • Risolto: sopprimere l’output del frame TOC quando l’heading count era inferiore al minimo richiesto.
  • Nota: quando rimuovi l’ultimo TOC + widget, assicurati di disabilitare l’opzione ‘Mostra il sommario solo nella barra laterale’ altrimenti il ​​tuo sommario non apparirà dove ti aspetteresti. Cercherò di affrontare questo problema in futuro.

1109

  • Data di rilascio: 12 settembre 2011
  • Azione nascosta regolata per una transizione più fluida.
  • Applica link personalizzati e colori al passaggio del mouse (se selezionati) per mostrare / nascondere il link nel titolo.
  • Rinominato jquery.cookie.min.js in jquery.c.min.js per superare i falsi positivi con mod_security. Mod_security bloccherebbe le richieste a questo file che interromperebbe la capacità di salvare la preferenza mostra / nascondi di un utente. In alcuni casi, ha anche rotto altre funzionalità di javascript. Inoltre, ora è in atto un fallback più grazioso e non distruttivo per prevenire possibili ripetizioni. Grazie a Shonie per aver aiutato a risolvere il problema.
  • ‘Opzione di visibilità’ spostata nel ‘testo dell’intestazione’.
  • Risolto: ripristinato l’effetto di scorrimento uniforme per Internet Explorer poiché 1108.2 ha introdotto i controlli del ‘nome del percorso’.

1108.2

  • Data di rilascio: 26 agosto 2011
  • Novità: opzione di visibilità per mostrare / nascondere il sommario. Questa opzione è abilitata per impostazione predefinita, quindi se non la desideri, disattivala nelle opzioni. Grazie a Wafflecone e Mike per il suggerimento.
  • Nuovo: opzione di presentazione trasparente aggiunta.
  • Novità: opzione di presentazione personalizzata con ruota dei colori per selezionare i colori di sfondo, bordo, titolo e collegamento.
  • La visualizzazione dell’indice sulla homepage è stata disabilitata per impostazione predefinita poiché la maggior parte delle configurazioni non lo richiederebbe lì. Se vuoi abilitarlo, puoi farlo con una nuova opzione di amministrazione avanzata ‘Includi home page’.
  • Rendi lo scorrimento fluido meno zelante con gli ancoraggi e sii più compatibile con altri plugin che potrebbero utilizzare # per avviare azioni javascript personalizzate.
  • Miglioramenti CSS minori tra browser di amministrazione come sfumature di sfondo e rientri.

1108.1

  • Data di rilascio: 3 agosto 2011
  • I target di ancoraggio (ad es. Qualsiasi cosa dopo #) sono ora limitati ai caratteri ASCII poiché alcuni programmi utente mobili non accettano caratteri internazionalizzati. Questa è anche una raccomandazione inHTML spec. È stata aggiunta una nuova opzione di amministrazione avanzata per specificare il prefisso predefinito quando nessun carattere è qualificato.
  • Rendi le etichette sommario, pagine e categorie compatibili con i caratteri UTF-8.
  • Supporta i caratteri ‘ ” \ nelle etichette poiché WordPress era stato sottoposto a escape prima del salvataggio.

1108

  • Data di rilascio: 1 agosto 2011
  • Novità: opzione per nascondere il titolo in cima al sommario. Grazie a Andrew per il suggerimento.
  • Novità: opzione per preservare le immagini bullet specificate dal tema esistente per gli elementi dell’elenco non ordinati.
  • Nuovo: opzione per impostare la larghezza del sommario. È possibile selezionare da una serie di larghezze comuni o definirne una propria.
  • Consentire di impostare 3 come numero minimo di intestazioni per l’inserimento automatico. L’impostazione predefinita è 4.
  • Ora accetta l’intestazione 1s (h1) all’interno del corpo (body) di un post, pagina o tipo di post personalizzato.
  • Ora crea nuovi tag span per l’obiettivo piuttosto che l’id dell’intestazione.
  • Ora usa l’intestazione come destinazione dell’ancora piuttosto che toc_index.
  • Stili CSS modificati per gli elenchi in modo che siano un po’ più coerenti tra i temi (ad es. Stile elenco, margini e spaziatura interna).
  • Risolto: errore di battitura ‘heirarchy’ dovrebbe essere ‘hierarchy’. Grazie anche ad Andrew.
  • Risolto: risolto un problema durante il salvataggio su installazioni di rete utilizzando sottodirectory. Grazie a Aubrey.
  • Risolto: chiusura dell’ultimo elemento dell’elenco quando profondamente annidato.

1107.1

  • Data di rilascio: 10 luglio 2011
  • Nuovo: aggiungi lo shortcode [toc] per generare il sommario nella posizione preferita. Utile anche per i siti che richiedono solo un sommario su una piccola manciata di pagine.
  • Novità: effetto di scorrimento fluido aggiunto per animare per ancorare anziché saltare. È disattivato per impostazione predefinita.
  • Novità: opzioni di aspetto per abbinare un po ‘di più il tuo tema.

1107

  • Data di rilascio: 1 July 2011
  • Prima versione mondiale (functional & feature packed)