Warning: A non-numeric value encountered in /home/www/public_html/wordpress/wp-content/themes/Avada/includes/dynamic_css.php on line 4682

Warning: A non-numeric value encountered in /home/www/public_html/wordpress/wp-content/themes/Avada/includes/dynamic_css.php on line 6875

Warning: A non-numeric value encountered in /home/www/public_html/wordpress/wp-content/themes/Avada/includes/dynamic_css.php on line 6886

Kategorien

Archive

Kalender

Mai 2024
M D M D F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Neu Hier?

//Neu Hier?

Ein paar Informationen daüber, was der neue Besucher hier vorfindet.

Auszugsweise die letzten Artikel der Kategorie „How to´s WordPress“

19.12Donnerstag, 19. Dezember 2013

CSS Examples

von |Donnerstag, 19. Dezember 2013|How to´s WordPress|Kommentare deaktiviert für CSS Examples

CSS Examples. <- Klick mich!  

23.11Samstag, 23. November 2013

SELFHTML: Stylesheets (CSS)

von |Samstag, 23. November 2013|How to´s WordPress|Kommentare deaktiviert für SELFHTML: Stylesheets (CSS)

SELFHTML: Stylesheets (CSS).

28.10Montag, 28. Oktober 2013

WordPress Seiten von Suche ausschließen (ohne Plugin)

von |Montag, 28. Oktober 2013|How to´s WordPress|Kommentare deaktiviert für WordPress Seiten von Suche ausschließen (ohne Plugin)

WordPress Seiten von Suche ausschließen (ohne Plugin) http://www.e-vance.net/blog/wordpress-seiten-von-suche-ausschliessen Sie möchten einzelne WordPress-Seiten bzw. -Pages gezielt von der Suche ausschließen? Kein Problem. Dafür brauchen Sie nur ein paar Code-lines. Warum sollte ich Seiten von der WordPress-Suche [...]

  • number_posts = numerical value to show how many posts you want per page, example is 5. can also be -1 which means all posts will be displayed on one page
  • cat_slug = the id of the category from which you want the posts to be displayed, use a , for multiple categories
  • title = one of these values: yes, no. This will show or hide the title
  • thumbnail = one of these values: yes, no. This will show or hide the image thumbnail
  • excerpt = one of these values: yes, no. This will show or hide the excerpt
  • excerpt_words = numerical value to show how many characters your excerpt will be
  • meta_all = one of these values: yes, no. This will show or hide all meta info
  • meta_author = one of these values: yes, no. This will show or hide the meta author
  • meta_comments = one of these values: yes, no. This will show or hide the meta comments
  • meta_date = one of these values: yes, no. This will show or hide the meta date
  • meta_link = one of these values: yes, no. This will show or hide the meta link
  • paging = one of these values: yes, no. This will show or hide pagination
  • scrolling = one of these values: pagination or infinite
  • strip_HTML = one of these values: yes, no. This will show or hide HTML in the excertps
  • layout = one of these values: large, medium, large alternate, medium alternate, grid, timeline