Wordpress Fishy theme – how to use content slider
June 27, 2010 | WP-fishy theme | 5 Comments »
To enable content slider you must go to Appearance > Fishy options:
After you modified and saved Fishy options you can edit your posts to make them sticky:
If you check your website now, you should see sticky slider:
Now you can add picture to content slider using “Post Thumbnail” panel. You can find it below Categories panel in post edit window.
Edit options of picture (Best size of pictures is 340px x 180px). (There are many crop pictures online services, to resize your images.)
Thats all, now you can update your post and check website.
Final result:





hi…I like your theme, but after some time with it, I seem to have broken the Featured Content slider. I have 4 sticky posts and have enabled the feature but the slider won’t appear on the page. Where in the code is the line that activates it?
Thanks,
Bill
Discussion on support forum: http://aroundwp.com/forum/topic3.html
Hi,
I too am having problems getting the slider to post on my site. The first time I attempted to place it on my site, and after following the directions posted on this forum, the slider is not visible. Help? Thanks. :)
@ Bill. Is the home page to your site a static page?
Hi Christine,
If you are using static page for homepage, you should open index.php file and copy code from 3rd line to 13th and paste in page.php after
< ?php get_header(); ?>.Now you must replace line with code
< ?php if (is_home()) {to
< ?php if (is_front_page()) {Thanks for your sharing ….