hallo ihrs
ich hab ein kleines problem mit dem miniblog plugin! es ist zwar ein wenig veraltet und wird bestimmt nicht mehr gepflegt aber es erfüllt seinen zweck!
und zwar mache ich zurzeit einen blog für einen befreundeten fotografen und der will verschiedene kundenbewertungen als "sideblog einträge" in der sidebar anzeigen lassen...
soweit klappt alles auch ganz gut aber leider komme ich mit den parametern (die verschiedenen möglichkeiten die einträge auszugeben) nicht weiter :( im plugin wird zwar aufgezählt welche es gibt aber keine erklärung dazu. ich habe es schon versucht sie so anzuwenden wie bei wp_links und den anderen bekannten template_tags aber es hilft alles nix! kann mir einer vllt helfen???
ich möchte die miniblogeinträge zum einen auf eine gewisse anzahl beschränken und wenn es noch möglich wäre diese auch rotieren zu lassen! bei den bookmarks ist es ja auch möglich diese im zufallsprinzig anzuordnen
für ne idee wär ich dankbar! hier noch die möglichen parameter...
Zitat
- Before: text to display before every entry's title link. Default is '<li>'.
- Between: text to display between every entry's title link and text. Default is '<br />'. To make the entry text appear on the same line as the title, set this parameter to '<none>'.
- After: text to display after every entry's text. Default is '</li>'.
- Blog Identifier: this determines which entries to call specified by an entry's "Blog Identifier" field. This can be any text string. To retrieve all field, leave blank (''). Default is blank ('').
- Limit: the number of entries to return. Default is 10.
- Offset: the number of entries to skip before returning. For instance, a limit of 5 with an offset of 5 will return entries 6 through 10. Default is 0.
- Sort Field: this is the field that determines the order in which entries are returned. Prepending an underscore (_) to the parameter sorts the entries descending (latest first) as opposed to ascending (earliest first). Options:
- ID - an entry's ID (unique).
- Date - the date the entry was posted.
- Blog - the entry's blog identifier field.
- Title - the entry's title.
- URL - the entry's URL.
- Text - the entry's text.
Default is '_date.'
- Filter Text: this boolean option determines rather or not to filter the entry's text through the_content's filters. This is useful to set to false if you want to use ad plugins that apply a filter to the_content to show relevant ads. Default is FALSE.
- Full: this option determines if the full text of posts should be displayed regardless of [readon] tags, or if posts should be truncated at the [readon] tag. Default is 1 for use full text (ie ignore [readon] tags in posts). Set it to 0 to enable the "read on" feature.
der normale codeschnipsel lautet so:
und ich nutze zurzeit: