dealsoff
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PageNavi] Page 2 in Search Pagination not workingI tried several different themes and it is the same issue. The navi code is inside the loop. I don’t think it is WP Page Navi’s issue, it is a wordpress issue.
Thanks.<?php
while ( have_posts() ) : the_post();
get_template_part( ‘content’, get_post_format() );
endwhile;
// Previous/next page navigation.
<?php wp_pagenavi(); ?>
else :
// If no content, include the “No posts found” template.
get_template_part( ‘content’, ‘none’ );
endif;
?>Thanks that solved the problem. The sitemap is displaying correctly now!
Forum: Plugins
In reply to: [WP-PageNavi] Page 2 in Search Pagination not workingTried the Next and Previous links too .. It’s the same issue with the second page for search pages. I am not sure if it has something to do with the page/2/ Permalink. When I switched the permalink setting to default it works fine.
Forum: Plugins
In reply to: [WP-PageNavi] Page 2 in Search Pagination not workingHmm.. I even tried it with the wordpress default theme twenty fourteen and it is the same issue. Does this plugin work in nginx or do you need special rewrites?
Yes I am using W3 Total Cache.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Issues after updating to WP 3.9The RSS Multi is not working after I upgraded too to wordpress 3.9.
It gives me this message.
There was a problem with fetching feeds. This is likely due to a settings problem or invalid feeds.Forum: Plugins
In reply to: [Yoast SEO] WordPress SEO sitemap and Google Webmaster Toolshmm . i think you mistype sitemap..
https://www.dealsoff.com/sitemap.xml doesn’t give me an 404 error.Forum: Plugins
In reply to: [Yoast SEO] Sitemap with 1000 and more postafound the fix here
https://github.com/Yoast/wordpress-seo/pull/498Forum: Plugins
In reply to: [Yoast SEO] Sitemap with 1000 and more postaI have the same problem with my site map… i have around 2800 post it splits it into three but all three sitemap post looks the same.. is it suppose to look like this…
https://www.dealsoff.com/post-sitemap1.xml
https://www.dealsoff.com/post-sitemap2.xml
https://www.dealsoff.com/post-sitemap3.xmlForum: Fixing WordPress
In reply to: Problem with Image captions after 3.7 upgradeI am having the same problem with Captions.. I couldn’t even use a caption with wording now.
Forum: Plugins
In reply to: [Sharebar] Want Sharebar to appear on all my pages including index pagesme three…. I just love this sharebar and want it all over my website!
Forum: Plugins
In reply to: [Yoast SEO] Sitemap broken in latest update 1.4.14upgrade 1.4.14 the site map didn’t work. now upgraded to 1.4.15 the sitemap shows on the web browser but there’s no file located in the webserver for the sitemap? does it generate a file?
Location of sitemap: https://www.dealsoff.com/sitemap_index.xml
but when I don’t into my webserver I don’t see the sitemap xml file there.
Forum: Plugins
In reply to: [Yoast SEO] Sitemap broken in latest update 1.4.14where can you find the older version anyway?
Forum: Plugins
In reply to: [Yoast SEO] Sitemap broken in latest update 1.4.14I upgraded and my sitemap is not even showing … anyone found a fix for it yet?