artifacting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Annual Archive Works, Monthly Does NotBump.
Forum: Fixing WordPress
In reply to: Links are auto populating with blog urlHow do I stop wordpress from appending a link with the blogs url?
Forum: Fixing WordPress
In reply to: Linking to bookmarkletFigured I would restate the question with more detail. Do you know the answer?
Forum: Fixing WordPress
In reply to: Linking to bookmarkletNo. For some reason WordPress thinks that the bookmarklet javascript is a slug of a page on my site so it automatically is appending it with the url of my blog.
How can I turn this “feature” off?
Forum: Fixing WordPress
In reply to: Links are auto populating with blog urlbunp
Forum: Fixing WordPress
In reply to: Links are auto populating with blog urlIn the example above, “This Is A Test” is actually a string of javascript for a bookmarklet. It is not a valid url but still needs to be linked so that the bookmarklet can be dragged up to the browser bookmark bar. When wordpress appends the javascript with the blog url it makes the javascript invalid and breaks the bookmark.
So how do I stop wordpress from appending the link?
Forum: Hacks
In reply to: Add info to the head of a specific postI needed to add the html code within {}. Like this:
function chromeextension_head() { if(is_single( '9597' )){ ?> <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/pknhdfeakbecfgahlbdfnjfjgbkgllfo"> <script> function ExtInstall() { if (chrome.app.isInstalled) alert("already installed!"); else chrome.webstore.install(); } </script> <?php } } add_action( 'wp_head', 'chromeextension_head' );Forum: Hacks
In reply to: Add info to the head of a specific postSorry catacaustic, that didn’t work either.
Anybody have any other ideas?
my site url is:
Forum: Plugins
In reply to: [Social] [Plugin: Social] How To Switch Around Posting & CommentsAwesome! Thanks Alex.
Forum: Plugins
In reply to: [Social] [Plugin: Social] Link Color ?Changes to color can be made in the comments.css located in plugins/social/assets/comments.css
Forum: Plugins
In reply to: Time based post displayInteresting. Not sure what changed, but adding the “echo time” zone and “echo time” seemed to get the code working. I’m testing the minute feature still but all seems to be going well.
We have working code here.
Thank you very very much luckdragon and alchymyth!!! The wordpress community rules!
Forum: Plugins
In reply to: Time based post displayUpdated my code accordingly: http://pastebin.com/rX0d8wrY. The live page is still the same.
Still no luck.
Any other ideas?
Forum: Plugins
In reply to: Time based post displayhere is the paste bin for the code to the custom page I created:
http://pastebin.com/tyNBw7P8You can see it live here:
http://www.seanhubbard.com/blog/stuff/time-based-test-page/Forum: Plugins
In reply to: Time based post displayBasically I can’t get it to say anything but the store hours. despite the actual time and despite changing the hours around. Does anybody have any ideas?