• Hello everybody,

    I’m learning wordpress and customizr pro.

    I try to use your snippet to have custom images for the related pages. The snippet works and the images are rendered, but I can not deactivate the random feature, so the images are randomly rendered. I think I do not totally understand the snippet.

    What I want to do, is to have 6 related pages, in a custom order with custom images:

    Featured page 1, pgId=18 , iconId=89
    Featured page 2, pgId=20 , iconId=91
    Featured page 3, pgId=24 , iconId=90
    Featured page 4, pgId=22 , iconId=87
    Featured page 5, pgId=26 , iconId=86
    Featured page 6, pgId=28 , iconId=88

    I use the snippet like this:

    fp_random_images('attachment', array(89,91,90,87,86,88), true, false );

    And I think that I miss something because the images are randomly set to the related pages and the order of the related pages is randomly set too.

    I’ll be very happy if you’ll give some advices how to do it.

    Thank you
    Marius

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Custom images and custom order for related pages’ is closed to new replies.