tdako
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Geolocation Based Products] Geolocation and VariationsHi Royho,
Thanks very much for your insight and feedback.
Forum: Plugins
In reply to: [WooCommerce] Setting up a Product with different options and variationsIn order to try some configurations out, I have created a couple of Attributes. Two of them go together, like paper and size and these are linked, Visible on Product Page and Used in Variations.
Another Attribute is Greeting Card. This is not linked, not used for Variations but when I select Visible on Product Page, it doesn’t show on the product page.
I am assuming it should show on the product page, or is there another setting I should be using?
Forum: Plugins
In reply to: File upload plugin for WordPress 3.0Gentle bump…;)
Forum: Plugins
In reply to: [Uploadify] [Plugin: Uploadify] Upload to different FoldersHi Guys,
Any ideas on this question?
Thanks a lot
TdakoForum: Fixing WordPress
In reply to: Using Previous and Next Post LinkFound the solution:
<span class=”alignleft”><?php previous_post_link(‘« %link’, ‘%title’, TRUE); ?></span>
<span class=”alignright”><?php next_post_link(‘%link »’, ‘%title’, TRUE); ?></span>Change previous and next to %title.
Forum: Fixing WordPress
In reply to: Using Previous and Next Post LinkThis is what I’ve been playing around with:
This works fine and shows the Previous and Next Posts in the same category, but with the texts “Previous” and “Next”.
<span class=”alignleft”><?php previous_post_link(‘« %link’, ‘Previous’, TRUE); ?></span>
<span class=”alignright”><?php next_post_link(‘%link »’, ‘Next’, TRUE); ?></span>However, I’d like to have this kind of code, which shows the name of the next and previous posts, but it doesn’t stay in the same category.
<span class=”alignleft”><?php previous_post_link(‘« %link’); ?></span>
<span class=”alignright”><?php next_post_link(‘%link »’); ?></span>How could I combine the two?
Thanks a lot
Forum: Everything else WordPress
In reply to: Creating an online communityHi Guys,
Thanks very much for the feedback. So I downloaded BuddyPress and installed it, after I clicked to activate the plugin, everything went blank. The home page and every page basically, also the backend didn’t have any pages. I deleted the plugin folder using my ftp app and everything came back…..
Is this a compatibility issue?
Cheers
Tdako