Exilant
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] shortcode in php with php insideaaaah, i did it directly ^^* sorry for the question..
if somebody else should have this problem, do it like this:
<?php echo do_shortcode(‘[users include=”‘ .get_post_meta($post->ID, ‘user’, true). ‘”][user avatar][/users]’ );?>
Forum: Plugins
In reply to: [Custom Content Shortcode] Link to Authors Postsawwwww ^_^ so nice! Thank you a lot, Elliot!
Forum: Plugins
In reply to: [Custom Content Shortcode] Link to Authors Posts^^ im really confused, that i cant find this Function for Loop and Author..
I have absolutly no Idea, how you are doing that, but the php would be
<?php the_author_posts_link(); ?>maybe i`m just stupid, and cant find it : /
b.t.w what is the best way to display a 5 columns Layout with the “author boxes”? is it possible to do it, like you did it with the post-columns?
Forum: Plugins
In reply to: [Custom Content Shortcode] Idea: End except at point .Im so sorry! I just recognized that the answer form didn`t send my message : / anyway.. thank you sooo much Eliot! ^_^ I cant imagine WordPress without custom content anymore, and cant wait to present you my website.. soon im done with it ^^*
Forum: Plugins
In reply to: [Custom Content Shortcode] Idea: End except at point .i allready tried “except” – actually i didnt checkt it, but in your update-discription it seens like the other way arround ^^*
what i imagined is something like..
except=”10″ …. This is a example to show the function. [Its should be trimmed at “8” words in this case]
Forum: Plugins
In reply to: [Custom Content Shortcode] Idea: End except at point .thank you for the fast answer and update! : )
but its actually not working for me.. : /
[loop type=”post” class=”post-list group” category=”artikel” order=”DESC” count=”4″ columns=”2″ margin-left=”10px” pad=”10px 15px 15px 15px”]
<div class=”row”>
<div>[content field=”thumbnail-link” class=”post-item-thumbnail” class=”attachment-thumb-medium wp-post-image” alt=”abu-ghraib-leash” height=”245″ width=”520″]
</div>
<div class=”post-title”>[field title-link class=”post-title2″ font-size: “18px”;]</div>
<div>
[content field=”excerpt” words=”60″ sentence=”true” align=”justify” class=”entry2″]
</div>
</div>
[/loop]<hr />
Forum: Plugins
In reply to: [Custom Content Shortcode] content field="thumbnail-url" size not workingnext try.. solved!
Forum: Plugins
In reply to: [Custom Content Shortcode] content field="thumbnail-url" size not workingsolved ^^
Forum: Plugins
In reply to: [Custom Content Shortcode] content field="thumbnail-url" size not workingoh ^^ feel so stupid. It was the wrong one.. the url for the field parameter is “image-url” : )