plugin om weblogberichten over pagina’s te verspreiden, makkelijk voor navigatie
code:
Equivalent to adding to thesis_hook_after_post in your custom_functions.php file.
———————————————–
er schijnt ook een aparte plugin voor Thesis te zijn om wp nummers in te voegen maar die heb ik nog niet uitgeprobeerd.
plugin voor Thesis:
remove_action(‘thesis_hook_after_content’, ‘thesis_post_navigation’);
and then add wp page numbers instead by adding the following line to the custom_functions.php file:
add_action(‘thesis_hook_after_content’, ‘wp_page_numbers’);
and that’s it :)