figuromo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images duplicate itself in Edit Post modeNo one able to offer a solution for this issue?
Forum: Fixing WordPress
In reply to: Images duplicate itself in Edit Post modeAny idea?
Forum: Plugins
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] Not CountingIt is on MashEngine, and also I tried to get an APIkey and sharecount.com server is down anyway.
Forum: Plugins
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] Not CountingYes, mine not counting either. any idea? http://www.atablefortwo.com.au
Forum: Themes and Templates
In reply to: Background-image issue with Modularity themeI don’t think is in the products-page template, because it happens on any pages whenever I turn the sidebar off.
It happens on “About” page too
http://122.201.77.201/~singleor/about/Forum: Themes and Templates
In reply to: Background-image issue with Modularity themeOh, here’s an example what it goes wrong
http://122.201.77.201/~singleor/products-page/featured-specialty-single-origin/product-1/and on the homepage with sidebar is absolutely fine.
http://122.201.77.201/~singleor/Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Upgrade to R3 gives include errorproblem solved. Thanks!
I rebuilt the cache, and saved the settings.
all back to normal.Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Upgrade to R3 gives include errorsame deal here… it has been working fine until the auto update and is now screwed up. I pulled it down on my blog until it is fixed.
Forum: Fixing WordPress
In reply to: most recent postsI am using the same code, and it is calling 3 posts, but somehow is not the most recent 3 posts, instead it is calling the very first 3 posts.
Does anyone know why??The page is sitting outside the weblog directory “news” and with this code:
<?php require('./news/wp-blog-header.php'); ?> <?php global $post; $lastposts = get_posts('numberposts=1'); foreach($lastposts as $post) : setup_postdata($post); ?> <span class="greybold"><?php the_title(); ?></span> <?php the_content_rss('', TRUE, '', 20); ?> <?php endforeach; ?>