Software Updates
- Latest Stable Release: 1.7.0
- WP Plugin Repository Page
- Requires: WordPress 3.3+
Highlighted Features
- WYSIWYG Editor
- Organize Custom Galleries
- SideBar Widgets
- Pagination
- New Template Rendering System
- Flash Upload For Multiple Files
- Non Square Thumbnails
- Multiple Images Per Catalog Item
- Web 2.0 LightBox
- Enhanced Admin Interface
- Import/Export Backup Files
- WP MultiSite Compatible
Sponsor
Examples
Top Pages
Recent Comments
Categories
Archives
New Version Coming Soon
Hey everyone,
I'm sorry but business has been busy lately and well I've had the chance to put some great work into CataBlog the new release has been delayed. This is to ensure that it is bug free though, so that's good.
- Zach
This entry was posted in Software Update. Bookmark the permalink.
I have created the CataBlog and I know how to put it on my posts/pages. What I want to do is put it on my home page as a gallery linking to my store. I don’t know how to embed the [catablog] into the home.php page. Can you help?
Nikolas,
Starting with version 0.9.5 there is a function to put your catalog directly in to your theme code. Just place the below code into your theme’s code where you want catablog to be drawn. As far as linking to other pages, your catalog item’s link can go to any url you want, and you can even set the target attribute in the options page under the title tab.
<?php catablog_show_items('category'); ?>