25 reputation
8
bio website demetriad.co.uk
location London
age
visits member for 1 year, 6 months
seen 2 days ago
stats profile views 19

Web developer with some fair experience in front-end development and user interface design working with (X)HTML, CSS, PHP and jQuery, with good knowledge of the WordPress platform.


Mar
12
accepted How to grab metabox value in wp_query meta_query key
Mar
6
awarded  Student
Mar
6
comment Trigger shortcode after submit button pressed
I've also realised that I will have to hide the submit button before showing the button from my shortcode.. grr, this is getting worse :/.
Mar
6
revised Trigger shortcode after submit button pressed
added some more info I've realised after posting
Mar
6
comment Trigger shortcode after submit button pressed
The shortcode is working by itself, if I do [book] in page edit, it does show up on my page. I just don't know how to edit the functions file of that CF7 to load my shortcode. Update => I do get the email even if I am not shown the "success" message, by using that function, but what's in the function doesn't show up.
Mar
6
accepted Page template anomaly
Mar
6
asked Trigger shortcode after submit button pressed
Mar
6
comment How to grab metabox value in wp_query meta_query key
I have updated my question with the code used to create the meta boxes.
Mar
1
revised How to grab metabox value in wp_query meta_query key
added metabox code as I have been asked to do so
Mar
1
comment How to grab metabox value in wp_query meta_query key
This is what I use to get meta values: <?php global $wp_query; $array = get_post_meta(376,'_my_meta_events',TRUE); ?><?php $my_date = $array['date']; ?> and I've tried to use a variable containing my array value for the key of my meta_query, doesn't work.
Mar
1
comment How to grab metabox value in wp_query meta_query key
I used to have an array with the key with the metaboxes I've done so far, that's why I was asking. If the key will take an array as a value, it will be fantastic. I will try it right now.
Mar
1
asked How to grab metabox value in wp_query meta_query key
Feb
29
accepted Structure of custom post type / taxonomy?
Feb
29
accepted Metabox doesn't retain values
Feb
29
comment Query sub subpages based on specific date?
Thanks, sounds pretty simple, I am happy I won't have to do cats and taxonomies and can work it like that with pages/subpages/sub subpages. I will get back here if I am having problems with the query, will try that tomorrow.
Feb
29
accepted Query sub subpages based on specific date?
Feb
29
asked Query sub subpages based on specific date?
Feb
27
comment Page template anomaly
Yes, you are right and I know this. But I think Tom misunderstood as my problem comes when I create exact copies or my about page for another page (and change everything accordingly), and that doesn't show nothing but the content of index.php.
Feb
27
comment Page template anomaly
Oh, OK, you are right, but I am not trying to achieve that at all. The page created using Pages section is just a landing page for a particular Custom Post Type where I was thinking to get links to the taxonomy created under that specific custom post type. Am I making any sense? Once the login lands on the landing page, he is taken to "singles" and browse between them. Or he is taken to a taxonomy page where I have posts or pages inside.. I think I am going to drop the idea as you guys seem to be so against it, I am a bit frustrated as I've seen people doing it and spent a day already on this.
Feb
27
comment Page template anomaly
Hang on a second, the pages are created from Pages, not from the Custom post type menu. Like anyone would create a normal page, assign a template for it. And removing entirely the custom post types functions/code doesn't help either.