Tranny
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ESET Internet Security IssuesMy guess is you got a trojan on your site. You should look into it. My antivir went haywire twice – I wish I never tried that site cause there was a whooping pile of junk it tried to force upon my computer. Do you use shady third party advertiser, popupders or other such scripts form unscrupulous networks?
Where exactly do I add this code?
First I wanted to try whether calling a dynamic value between title double quotes would work, and it did:
<span class="nav-previous" title="<?php the_title(); ?>">But this unsurprisingly calls the title of current post. SO I tried the get_adjacent_post tag, but it does absolutely nothing:
<span class="nav-previous" title="<?php get_adjacent_post($previous); ?>">This sounds like it could be a solution, unfortunately this command doesn’t work. Hopefully the developers can fix it so it works in the next update:
http://codex.wordpress.org/Function_Reference/get_adjacent_post
After checking both those pages, it would seem as though the twenty eleven developers thought of many things, except from title tags. I don’t think the way to achieve it lead through there. What you suggested before seems more viable, if there only was some way to echo the title dynamically. I wish I had more PHP experience to figure it out myself 🙁
I forgot to mention – I’d like these tags to be dynamic, so they display the title of the post they link to. Would you know what to replace the text between the double quotes with to have the text added there dynamically based on what the post they link to is about?
Thank you so much for your help, either way.
Oops, I already did some edits to it. Can I still revert it and do the child theme approach?
And when we’re at it – do you know how to add the title tag to the navigation? In single.php the code looks like this:
<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'twentyeleven' ) ); ?></span> <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span>I really don’t know how to add the title tag there without breaking the whole thing.
Since there is no response to it, does anybody know of a similar plugin that would also afford custom title tags for attachment pages?
Forum: Plugins
In reply to: [Members Only] [Plugin: Members Only] Contact form on Register/Login problemsWould welcome this solution as well – require log in in order to use the contact form.
Is it possible to make the form unavailable to unregistered users (in other words, to request that a user logs in in order to use the form)?
Forum: Plugins
In reply to: [Sidebar Login] No registration link with latest version of pluginTrue that. Registration link no longer shows even if the option is turned on. It would be cool if this was fixed asap.
As a side note, could any programmed tell me how to add a dynamic registration link into the menu bar? I would like for it to show “Register” but change to the username of the registered person when they are logged in.
Forum: Plugins
In reply to: Since the query_post Function No Longer Works…I’d post a picture of tits to get attention but I don’t think image embeds are allowed. What do I do then? Help pweeze :S
Forum: Everything else WordPress
In reply to: What exactly is "no role for this site" doTrouble with deleting an account is that the offender may use the very same email address to register again. That’s one of the downfalls of WP. Would setting the account to no role do the same trick as banning?
There are only a few requirements developers need to meet in order to have their plugin listed in the depository and they are clearly mentioned on http://wordpress.org/extend/plugins/about/
Number 4 of the requirements reads:
The plugin must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission.
Once again, this plugin should not be allowed in the depository and should be removed and banned immediately!
Forum: Fixing WordPress
In reply to: How to Modify Header for Custom Title Tag with Image.phpWaaaaah, nobody loves meeeee :'(