patung
Forum Replies Created
-
Forum: Installing WordPress
In reply to: [Plugin: Flash Video Player] doesnt work with WordPress 2.5.1Use the second example of the code, without the quote marks on the path to the file ie – [flashvideo filename=foldername/name.flv /]
Forum: Everything else WordPress
In reply to: “wlwmanifest.xml” what is it???/wp-includes/general-template.php
Lines 832-835.
function wlwmanifest_link() { echo ' <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="' . get_bloginfo('wpurl') . '/wp-includes/wlwmanifest.xml" /> '; }You can delete them, also the lines above it:
function rsd_link() { echo ' <link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . get_bloginfo('wpurl') . "/xmlrpc.php?rsd\" />\n"; }As they don’t seem to have any use either.
Forum: Plugins
In reply to: Comments by AuthorNo I don’t but I have been looking high and low for such a thing, would be great.
Forum: Fixing WordPress
In reply to: Not Updating For MeActually it’s not specific to my installation of wordpress because it is happening with this site, wordpress.org, as well. The pages I view here, in all three browsers, get “stuck”, they won’t update at all, stuck at the first place I viewed them. So it must be something to do with my system, caching for all three browsers, and wordpress sites. I don’t know.
Forum: Fixing WordPress
In reply to: Not Updating For MeI’ve cleared the cache and cookies on both IE and Firefox to no avail. Tried Opera too. The server side cache I don’t know what that is, where is it?
The third and last post I made actually I can see it on some of the category pages it’s meant to be in but not on others so that does sound like a caching problem, yes.
Incidentally, I can’t see this topic I started here either, just through a proxy or through my profile page.
Forum: Fixing WordPress
In reply to: Xampp and permalinksI can’t seem to get permalinks to work. I have LoadModule rewrite_module modules/mod_rewrite.so uncommented but all links on the localhost site go to
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
04/18/06 05:02:39
Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.1When disabling permalinks and deleting the .htaccess file all links work except on the front page the “previous entries” paged link is 404.
Forum: Plugins
In reply to: Plugin: Static front pageOk so I screwed up posting the code, here it is again:
<* href=”/” title=”Home Page Title”>Post Page Title – Home Page Title</*>
Forum: Plugins
In reply to: Plugin: Static front pageI’ve run into a little problem using the plugin. On post pages only the link back to the home page incorporates the post title in the anchor text like this:
<li class="page_item">Post Page Title - Home Page TitleI’m using the “classic” template with these other plugins running:
Customizable Post Listings
Head META Description
Rewrite Titles
Solvent
StripteaseThanks,
patung