Fangstrom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Extended Search] TranslationNever mind… found it ??
Forum: Themes and Templates
In reply to: [i-craft] Only category productsI might be unclear because I do not feel it answers my question.
So I try to clarify myself a little bit.The problem I have is, that I do not want to show products from the underlying categories of a parent category.
Example …
Main category >> Computers
Subcategory >> MemoriesIn the main category, it should then only show computers and no memories.
How to solve it, it is even possible to solve?Forum: Themes and Templates
In reply to: [i-craft] Only category productsShow categories by id
You mean, in other words, that it must be hard-coded in?
It does’nt feel that dynamicForum: Plugins
In reply to: [Custom Field Suite] Custom field to cookieI figured that to but thanx anyway ??
Still awesome support and plugin ??Forum: Plugins
In reply to: Add posts to list for customer to email forwardI’m looking for the exact same solution, however, I would rather like to write it in to my theme than using a plugin.
Have you found any solution to this?Forum: Plugins
In reply to: [Custom Field Suite] Relationship linkageBrilliant!
Did some mods to the code and now it works exactly as i wanted it to.
This is what i ended up with ^^<?php if ('' != $cfs->get('my_relationship')) : ?> <h4>Header</h4> <?php $posts = (array) CFS()->get( 'my_relationship' ); foreach ( $posts as $post_id ) { $the_post = get_post($post_id); echo '<a href="' . get_permalink( $post_id ) . '">' . $the_post->post_title . '</a><br/>'; } ?> <?php endif; ?>
+1
Realy need to know if this is possible to do!Forum: Alpha/Beta/RC
In reply to: Unable to update 3.5-beta-1Getting the same error (when updating to 3.5.1).
When updating wordpress or any of my plugins.Server
Windows Server 2003 R2
Windows IIS
PHP 5.4.8I know its not the best environment but im working on a apache server for the moment. Need to get this working though.
Works great!
Awesome!
ThanxThank you.
Will try this.