Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi xa2,

    I’m not sure if this is what you’re looking for:

    SELECT option_value
    FROM  wp_options
    WHERE option_name =  'wp_cycle_images'

    shows the array of your cycle-images (not easy readable though). Exchange wp_cycle_images with wp_cycle_settings to find the settings.

    Mario

    Thread Starter xa2

    (@xa2)

    yeah, that was what i was looking for! thanks!

    I did a mysqldump to the database and then look for the text “wp_cycle” … yeah, not easy readable…

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-cycle in database’ is closed to new replies.