• I have installed a plugin for image gallery for a post, you can see which plugin here:
    http://wordpress.org/extend/plugins/post-image-gallery/
    The problem is tha’t the image gallery is also working in pages, and I want it to work in posts only. How would I do it?

    Also, my site is a music site.
    Is there a way I could add a tracklist in the sidebar (a text box that I would fill, you can also say) that would show in only certain posts I would chose?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The problem is tha’t the image gallery is also working in pages, and I want it to work in posts only. How would I do it?

    My first thoughts would be you may need to edit your theme or the plugin to test with the conditional is_page() function. You can learn more about this function here: http://codex.wordpress.org/Function_Reference/is_page

    Thread Starter eternity9

    (@eternity9)

    Awesome, cais, thank you. ^^

    Anything about tha’t tracklist kind of thing I was talking about?

    As far as displaying the track list, I would use something similar to the gallery method I described above.

    As to a “plugin” to do the heavy lifting, no idea at the moment … have you tried a Google search? WordPress Plugin Tracklist gives plenty of results, one may be what you are looking for.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘A few questions…’ is closed to new replies.