Post Processing

Template extension

Change Fontsize

Breadcrumps

Meta Keywords

  • lmkg Code:
    <meta name="keywords" content="&lt;?php lmkg(); ?&gt;" />
    The advantage of this plugin is, that it generates the meta content automatically
  • wordpress-meta-tag-generator Allows to integrate meta tags manually on each page

Print

  • wp print
    < ?php if(function_exists('wp_print')) { print_link(); } ?>

pages and navigation

  • Subpage Listing Displays a directory-like listing of subpages where the comment “%subpages%” exists in the content of pages.
  • WP-PageNavi 2.10 Adds a more advanced paging navigation your WordPress blog.
  • My Page Order needs the following code in the template:
    wp_list_pages('sort_column=menu_order&amp;title_li=<hx>Pages</hx>' );
    The Order in the result however does not match the setting…
  • Fold Page List Code:
    < ?php wswwpx_fold_page_list ($arglist); ?>
    The Header of ‘Pages’ However does not have the same style as the other ones.
  • Fold Category List analogous to Fold Page List. Code:
    < ?php wswwpx_fold_category_list ($args); ?>
  • breukies-pages-widget Pages widget with option settings of normal wp_list_pages options.
  • Subpages (widget)