• hi i’m currently using advanced random posts widget
    but there things we can do like i just wanted to have the thumbnail without title or else

    so my question is it possible to remove the title or can someone help me to write a script that will make in the widget area show like 5 or 10 random thumbnail of post i made…

    because i try to find a such plugin and except advanced random post widget i didn’t find anything to help me…

    my blog is humourqc.ca on the right side Image au Hasard and you’ll see the 5 randoms thumbnail with the title i want either to remove the title witch is not an option avaible within the script or to get a similar script that will do the same without the title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sure it can be done .play with the code..
    you can make the css like this :

    display:none

    find it and change the class or id attribute dispaly
    or you can just take the id or class off .

    Add the following code in your theme’s stylesheet. You can find it in wp-content->Themes->Flatty->style.css

    .post-80 .media-heading{
    display:none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hi is it possible to create a’ is closed to new replies.