chazzbro
Forum Replies Created
-
Forum: Plugins
In reply to: [Page-list] subpages displayed in columns, single page depth?This is great. Thank you!
Forum: Plugins
In reply to: [WP-PostRatings] Showing highest-rated (excerpt only)I can’t use widgets in the WordPress theme I’m using for a particular site. I was wondering if there was code I could paste into the sidebar instead that would replicate the output of the plugin.
Forum: Plugins
In reply to: [WP-PostRatings] Showing highest-rated (excerpt only)Thanks for your help on this so far. I have switched to a new WP theme and it does have a widgetized sidebar. Is it possible to display the Highest Rated posts as the widget would, but just using some code instead that I can drop in manually?
Forum: Plugins
In reply to: [WP-PostRatings] Showing highest-rated (excerpt only)Ah, yes…now I am understanding better.
One further question: Is there a way to limit the excerpts to a certain number of words or characters?
thx,
c-Forum: Plugins
In reply to: [WP-PostRatings] Showing highest-rated (excerpt only)sorry…i replaced both instances of post_title with post excerpt in the highest-rated template. but it doesn’t seem to work in either a text widget or even a page.
i don’t understand how to use the templates.
Forum: Plugins
In reply to: [WP-PostRatings] Showing highest-rated (excerpt only)Trying this again:
- %POST_EXCERPT% (%RATINGS_SCORE% rating, %RATINGS_USERS% votes)
Forum: Plugins
In reply to: [WP-PostRatings] Showing highest-rated (excerpt only)I had seen the templates, but am unclear how to use them.
I replaced title with excerpt here, but this code isn’t working properly in either a page or text widget:
- %POST_EXCERPT% (%RATINGS_SCORE% rating, %RATINGS_USERS% votes)
Can you tell me what I’m missing?
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Float Location Setting and other stuffHaving just applied the latest update, here are a couple issues I ran into:
1. it doesn’t seem that the manual placement code is complete/accurate.
instead of:
?php if( function_exists( do_sociable() ) ){ do_sociable(); }shouldn’t it be something like:
<?php if( function_exists( do_sociable() ) ){ do_sociable(); } ?>2. however, using this code:
<div style=”text-align: center;”>
<?php if( function_exists( do_sociable() ) ){ do_sociable(); } ?>
</div>does not produce the requested center display. it still aligns to the left.
3. and this produced nothing at all:
[sociable/]
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Float Location Setting and other stuffExcellent. I look forward to it!