238 reputation
7
bio website mr.si
location Slovenia
age 25
visits member for 8 months
seen Feb 17 at 17:40
stats profile views 24

Hey there!

Event photographer/web developer from Slovenia. Mostly a PHP/JS expert with many years of experience with several CMS (custom built, WordPress, Silverstripe,…). Currently writing my masters degree and freelancing on the side.

Me elsewhere:

BTW I made a cool library for WordPress meta boxes - check it out ;)


Nov
6
answered Adding a post to a page
Nov
3
comment Creating a rotating header /image slider using theme customization
I'm not sure I understand correctly what you want. Do you just want to add the image slider or do you want a image slider preference pane in the Theme Customizer? If you just want the slider it's probably the best to create custom post type and display those in your theme. But if you want that in the Theme Customizer that will require some extra work since you'll have to deal with lots of fallbacks.
Nov
3
answered How to add a span class in the post title?
Oct
27
comment Adding Custom Styles to the MCE dropdown toolbar
What does the HTML view look like after you apply h1 to highlighted item?
Oct
26
comment Adding Custom Styles to the MCE dropdown toolbar
"my code isnt working" How it isn't working? Do you get an error or nothing happens or something else happens? Please elaborate.
Oct
25
comment Using wp_nonce_field to update multiple fields
Could you show the php code, where you "catch" the nonce field? Where the $_POST processing is going on...
Oct
24
comment How to create a sharing marketplace with wordpress for bicycles?
No, since that is not what WP answers is for. Read the FAQ
Oct
24
answered How to create a sharing marketplace with wordpress for bicycles?
Oct
24
comment Theme options reset
Depending on how good the theme is written. Some offer backuping/importing of settings, but most don't.
Oct
22
comment Separate custom categories from default category
Well you want to hide your categories from the WP default list and show only your own on your custom post type. Custom taxonomies (my suggestion) is how you achieve exactly that.
Oct
22
comment Separate custom categories from default category
Yes, because you have to create custom taxonomies also. There is a generator for that ;)
Oct
22
answered Separate custom categories from default category
Oct
22
comment Showing posts from 4 categories along with all latest posts
@SadiMahmud ok, I've updated my answer with code examples
Oct
22
revised Showing posts from 4 categories along with all latest posts
updated my answer with code examples
Oct
21
revised Showing posts from 4 categories along with all latest posts
deleted 8 characters in body
Oct
21
comment How to trigger download for file.tar.gz
As brasofilo said, if you're sure you didn't make a typo, it must be server related - contact your hosting company ;)
Oct
21
comment Creating a page with complete user list data, integrated with plugin to extend registration data
Of course there is, but you'll probably have to make it yourself. Do you have any coding experience with PHP?
Oct
21
answered Showing posts from 4 categories along with all latest posts
Oct
21
answered How to trigger download for file.tar.gz
Oct
21
comment How to trigger download for file.tar.gz
Well you'll have to allow access to the file…share the contents of your .htaccess and I'll modify it.