| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | 19 hours ago | |
| stats | profile views | 2 |
|
Apr 29 |
comment |
How to populate a Wordpress install with a lot of categories, quickly? Yes, confirms my thoughts. MySQL is probably the way forward here. I need to get my learning MySQL book back out...so much to learn! |
|
Apr 26 |
asked | How to populate a Wordpress install with a lot of categories, quickly? |
|
Oct 5 |
comment |
The correct way to call posts with ajax I've been doing some more work on this, would this script go in the template file? It looks like a functions.php thing to me..? The problem being several pages need this functionality so I can't have a function/loop per page as I don't know how many there will be... |
|
Oct 2 |
answered | Custom Post Type 'hierarchical' Help! |
|
Oct 2 |
comment |
The correct way to call posts with ajax Thanks Kaiser, I'll read up on the function. The two options I've been given look very different so I'll try and identify what's the simplest for this project as time is becoming a pressing issue. |
|
Oct 2 |
comment |
The correct way to call posts with ajax This sounds like a great option for me, as this project demands good SEO. I don't know how to get JS to "read out" the images as you say, I'm assuming I'll have a trigger (click) which will ask JS to fetch the next image. Is this a pre-made function or something? Also, once it's loaded will my jQuery still be able to set the dimensions with css() and re-calculate the new width of the overall amount of images? My slider is dependent on the jQuery knowing a lot of image dimensions... |
|
Oct 1 |
comment |
The correct way to call posts with ajax I know nothing about this kind of method, whats load time going to be like with this script? Do I use json_decode() to get the images for html output? I know nothing about json, sadly! |
|
Oct 1 |
comment |
The correct way to call posts with ajax Hi Matthew, thanks for writing. It's going to be about 30 images per page, but they will be larger file sizes as the plugin is designed to fill most of the browser window. It's all responsive so the height of the images is set depending on what the user is viewing on. It's simply too much to load in one go...what do you think would work best? |
|
Oct 1 |
comment |
The correct way to call posts with ajax Well, I've got it working with a normal php file, I pass a value, I get an image back. I know what my loop looks like, that's not the issue either. It's literally about connecting the two, as I just get errors when calling functions like have_posts().. |
|
Oct 1 |
asked | The correct way to call posts with ajax |
|
Feb 20 |
awarded | Student |
|
Jun 5 |
comment |
Can anyone offer any help with this function? Ok, that sounds great. I have switched using WP_Query quite a bit lately, instead of query_posts. This should prove very useful. Thank you for taking the time to write, I appreciate the help. |
|
Jun 4 |
awarded | Scholar |
|
Jun 4 |
accepted | Can anyone offer any help with this function? |
|
Jun 4 |
comment |
Can anyone offer any help with this function? That worked a charm. I google'd set() and looked it up in the Codex and found very little info in it, same goes for $query->query_vars['s']. Do you know anywhere I can read up some more about how it works? I assume the "s" is for search queries? |
|
May 31 |
awarded | Commentator |
|
May 31 |
comment |
Can anyone offer any help with this function? Im trying to write some code to test the template in the loop, after I have the returned posts. Do you know what function I need? |
|
May 31 |
comment |
Can anyone offer any help with this function? I'm not sure how that will fit in with the search feature....how about just getting the results and THEN sorting out the template? Or, what about using the filter to not get posts with a certain template? I haven't looking in the database recently to see how they are related - no doubt it won't be simple... |
|
May 31 |
comment |
Can anyone offer any help with this function? Hi, is it possible to loop through my pages first and get the id's by template, then parse them to this function? |
|
May 31 |
comment |
Can anyone offer any help with this function? Thanks for the reply, if possible i'd like to do this without a plugin - I'm trying to understand this stuff so I can use it again : ) Im just trying to read up on functions a bit |