Note that there are some explanatory texts on larger screens.

plurals
  1. POWordpress manually Attach Images to Post using SQL
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COYou know that serialization exists; now you should realize that even though a custom field can only have one value, that value can be a serialized form of many values. It can be as simple as separating the imageurl and imagetitle by a comma, then separating the string at the comma in your template. You can also have infinite custom fields for each post, so you can have infinite imageurl and imagetitle entries.
      singulars
    2. COyes I understand serialization would be a great solution.... I just need to figure out how to write a simple php script that uses serialzation. I'm unsure is serialization special to wordpress or can i use it outside of wordpress to serialize a multi dimensional array and then within wordpress unserialize it on a wordpress template page to display to the end user or is there some special serialize settings wordpress uses? Any such resources in regards to this?
      singulars
    3. COYou must learn to start referencing the PHP manual. Heck, just type "php [word]" into Google. "php serialize" would immediately lead you to the manual page and you'd see it's nothing special to WordPress (and you could write your own serialization method damn easily anyway, I already described how mentioning separating two values by a comma) [serialize](http://php.net/manual/en/function.serialize.php), [unserialize](http://php.net/manual/en/function.unserialize.php), [implode](http://us2.php.net/manual/en/function.implode.php), [explode](http://us2.php.net/manual/en/function.explode.php).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload