Derekfox.us
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Cannot install WP-Who is the hosting company that your using?
Forum: Fixing WordPress
In reply to: Error! Export file..I am working on this issue right now. Does any know how to fix it?
Forum: Plugins
In reply to: [Plugin: Popularity contest]I have gotten the plug in to work but it will only show the most popular list and not any other.
I am trying to make a top 100 DJ list with my blog. I want to uses the Popularity to create a page the page dynamically.
I can get the it to show the top 100 post but for some reason it is not showing by categories or by year, etc like you have on the admin side. I would really just like to have the whole dashboard page open to the public other then having to login. any suggestions on that or just getting the categories to work on the public side.
i have listed the code that I am using below. but like I said only the most popular page code is working all the others doing work or show up!
any help would be greatly appreciated!
I am currently using wordpress 2.6.1 and the lastet version of popularity from your site.
<?php if (( (is_home()) or (is_single()) or (is_page()) or (is_search() or (is_404()) or ($notfound == ‘1’))) && (function_exists(‘akpc_most_popular’))) { ?>
<h2>Popular Posts</h2>- <?php akpc_most_popular(100); ?>
<?php } ?>
<?php if ((is_archive() && is_month()) && (function_exists(‘akpc_most_popular_in_month’))) { ?>
<h2>Most Popular Posts of <?php the_time(‘F Y’); ?></h2>- <?php akpc_most_popular_in_month(); ?>
<?php } ?>
<?php if ((is_category()) && (function_exists(‘akpc_most_popular_in_cat’))) { ?>
<h2>Most Popular Posts in ‘<?php single_cat_title(); ?>'</h2>- <?php akpc_most_popular_in_cat(); ?>
<?php } ?>
Forum: Plugins
In reply to: [Plugin: Vote It Up] vote option filter by posts’ tag?I am looking for this same function right now. did you ever figure it out?
Forum: Plugins
In reply to: Convert RSS feed to XMLI am trying to work the same type of susation, except I have an affilate that is providing 30 fields of data tht I would llike to parse onto the page. Did you find a solution?
Forum: Plugins
In reply to: Parsing specific parts of XMLI have an affiliate that is providing an XML file off all the products with about 30 fields of information. I would like to create a post with wordpress then have the search result from the XML show up below. Is this possible?
Forum: Developing with WordPress
In reply to: Show different xml each searchDid you happen to figure this out because I am on the search at the moment for this same solution?
Forum: Plugins
In reply to: How to add content from XML syndycation?i am trying to do this right now, did you ever figure anything out?
Forum: Plugins
In reply to: Where to put plugin options?I am using 2.5 and I have uploaded a new plugin and it says to go to options to configure. But I don’t see an options in 2.5 any suggestions?
Forum: Fixing WordPress
In reply to: Advanced options doesn’t work in 2.5I am trying to find it as well. I have been trying to install plug ins and you must configure then in options but it is no where to be found.