eplmatches
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display rss feeds on pages. Any recommendation?you meant like this?
<?php include_once(ABSPATH.WPINC.'/rss.php'); // path to include script $feed = fetch_rss('https://feeds.feedburner.com/EplmatchescomChelsea'); // specify feed url $items = array_slice($feed->items, 0, 10); // specify first and last item ?> <?php if (!empty($items)) : ?> <?php foreach ($items as $item) : ?> <ul> <li> <h2><a href="<?php echo $item['link']; ?>"><?php echo $item['title']; ?></a></h2> </li> </ul> <?php endforeach; ?> <?php endif; ?>
Forum: Plugins
In reply to: WP-table – Is there a way to add [audio] tag to the table?i don’t think so.
Forum: Plugins
In reply to: Problem on using wp-super-cache. but i can use wp-cache function on the same.i tried this before and it couldn’t help.
After that only i came over here. Anyway let’s hope for the solution soon.
Anyway thanks for the plugin, i can use the wp-cache function ??
Forum: Plugins
In reply to: Problem on using wp-super-cache. but i can use wp-cache function on the same.no, mod_rewrite is not installed, because the host is using IIS6.
But permalinks are SEO friendly. no?
Can’t do anything?
thanks for your patience.
Forum: Plugins
In reply to: Problem on using wp-super-cache. but i can use wp-cache function on the same.i am getting this warning
“Mod rewrite may not be installed!
It appears that mod_rewrite is not installed. Sometimes this check isn’t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use WP-Cache.”
But see i have SEO friendly url with ‘index.php’
Forum: Plugins
In reply to: Problem on using wp-super-cache. but i can use wp-cache function on the same.Yes/ i logged in. but i tried without log in, in different computer with different ISP.
Yes files were created there in supercache. But whenever i tried open that page (supercached page) it’s new version is being created.
Forum: Fixing WordPress
In reply to: No full feed on 2.6i made it into
https://www.eplmatches.com/?feed=rss
now it is working
and about Permalinks
/index.php/%year%/%monthnum%/%day%/%postname%/
such format is not working!!!
hope they will correct all these soon…