zartgesotten


Member since 06/27/2009

14 snippets

2546 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

zartgesotten's Recent Snippets



« Prev 1 Next »
Works like a charm. Read manual on site. For use with Worpdress, replace $ with jQuery.
1 883 posted 10 years ago by zartgesotten
Turns Wordpress custom menus into responsive-ready menu that comes with foundation framework. code goes into functions.php
0 884 posted 10 years ago by zartgesotten
This was for a customer. Basically it does this: If a page has no children, it shows ... nothing, if a page has a parent, it shows all other children of this parent (siblings) and the current page if a page has a parent AND children (3rd level)...
0 599 posted 12 years ago by zartgesotten
This is what I wanted:\r\nI had a structure like this:\r\n-Artist\r\n --Peter Miller\r\n ---Pictures\r\n ---Press\r\n ---Videos\r\n\r\nand wanted to have the sub-sub-Menu when located on the \"Peter Miller\"-Page. \r\nSo that on \"Peter...
0 495 posted 13 years ago by zartgesotten
0 670 posted 13 years ago by zartgesotten
I didn't like the way my bookmarks came out with wp_list_bookmarks or any other built-in function, so I figured out a way to have total control about the way your wordpress bookmarks are displayed. In this example I wanted a table with the Bookmark...
0 474 posted 14 years ago by zartgesotten
Of course the Plugin from wpml.org has to be installed, the file "wpml-integration.php" from docs/theme-integration has to be copied into your theme-directory and the call include "wpml-integration.php"; has to be copied to your functions.php. After...
0 451 posted 14 years ago by zartgesotten
This is to prevent duplicate content when your provider directs your http://domain.com to the same place as http://www.domain.com
1 547 posted 14 years ago by zartgesotten
I pieced together this code when I had to do this for a client: - show the first image attached to a post (based on sort order in gallery tab) in medium size - put all the other images attached to the post into an imageset so that when you click on...
1 809 posted 14 years ago by zartgesotten
« Prev 1 Next »