gorka.molero
Forum Replies Created
-
This is the WP debug log:
Notice: Undefined index: plural-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 107 Notice: Undefined index: singular-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 108 Notice: Undefined index: add-new in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 109 Notice: Undefined index: singular-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 109 Notice: Undefined index: add-new-item in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 110 Notice: Undefined index: singular-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 110 Notice: Undefined index: edit-item in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 111 Notice: Undefined index: singular-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 111 Notice: Undefined index: new-item in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 112 Notice: Undefined index: singular-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 112 Notice: Undefined index: all-items in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 113 Notice: Undefined index: plural-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 113 Notice: Undefined index: singular-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 114 Notice: Undefined index: search-items in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 115 Notice: Undefined index: plural-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 115 Notice: Undefined index: not-found in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 116 Notice: Undefined index: plural-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 116 Notice: Undefined index: not-found-in-trash in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 117 Notice: Undefined index: plural-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 117 Notice: Undefined index: menu-name in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 119 Notice: Undefined index: plural-label in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 119 Notice: Undefined index: public in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 123 Notice: Undefined index: description in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 124 Notice: Undefined index: show-ui in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 126 Notice: Undefined index: has-archive in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 128 Notice: Undefined index: hierarchical in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 129 Notice: Undefined index: supports in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 130 Notice: Undefined index: capability-type in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 143 Notice: Undefined index: rewrite in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cptc.php on line 151 Notice: Undefined index: public in /Users/gorka/Web/EDOC/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cfc.php on line 110 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'edoc_script' not found or invalid function name in /Users/gorka/Web/EDOC/wp-includes/plugin.php on line 470[Moderator Note: Please post log files between backticks or use the code button.]
Forum: Hacks
In reply to: Turning IMGs into divs with background-image (preg_replace)Excellent! Thank you sir, I’ll post my final code in a bit
Forum: Plugins
In reply to: [Event Organiser] Recurring events, different venuesHey Stephen,
I’m going to try what you’re saying. For now, I had to create a custom movie post type, create several events with exactly the same name and query them. If their slug/post-name begins the same, they will be related in the templates.
It would be very useful to add the venue for the event in the eo_get_events query!
Thank you
Hey again,
Thanks for the reply.
I don’t really understand what that array is doing, are you assigning Name: to the $key variable? Then where is the title being stored?
And finally, could you point me somewhere to read about querying the custom fields creator cpt?
Thanks again
Forum: Plugins
In reply to: Blogger to WordPress – formatting problem (">")Hello guys,
I had exactly the same problem while trying to import some 1.000 posts from a blogger account to a newly created wordpress.org installation.
After researching for a while i found a pretty helpful post in this very same forum solving the issue, but i can’t seem to find it now so sorry about that.
What it proposed, though, was doing a quick search and replace through phpmyadmin, of every post title and substituting that ‘>’ character for an empty ”.
It is fairly easy to do and works like magic!
Here is an article that i think should explain better than me:Forum: Fixing WordPress
In reply to: Showing full posts in Shinra of the Sun themeMy website is temporarily stored in the following adress: http://www.descuadro.com/content