syron1988
-
Forrst Votes
Anyone who could vote this link as well? http://forrst.com/i/aWB I would really appreciate it.
-
Forrst help for a new member
Oh thanks guys, only 1 left :)
-
Wordpress check other posts on publish
Got a new version ,but I cannot get the update_post_meta work properly... After setting it to current background, I want the checkbox beeing unchecked again. Here is my code: function set_background( $post_ID ) { global $posts, $post; $optio…
-
Wordpress check other posts on publish
Mh... getting really close to it... Created an option, which will be set, whenever a post is published where the checkbox is checked by using this: function set_background( $post_ID ) { $option_name = 'my_backround' ; $newvalue = $po…
-
Wordpress check other posts on publish
Came up with an idea. is it possible to implement a function before the publish-post action? If so, is it possible to create a query to check which post has the "as background" as true?
-
Forrst help for a new member
Im in same boat as well http://forrst.com/i/58h
-
Wordpress thumbnails
Nevermind, got it working by setting the fourth parameter of the add_image_size to true. By default it seems to be false.
-
CSS Button Links
It happens because of z-index. I can see you have not set that, but if you use chrome you can inspect that element you refer to, lets say you right click -> inspect element on the home link and you see, the body_top will be selected in code edito…