Lung
Forum Replies Created
-
Forum: Plugins
In reply to: [news ticker benaceur] MobileYes reducing title length can help but then your titles look like junk on ipads and desktops. I’ll play with the CSS and see if I can figure out a mobile css that will trim the title or at least not push it down out of view.. has to be a very simple fix for a person with good CSS skills.
Forum: Plugins
In reply to: [Smart 404] Smart 404 not working in 3.1.1You need to open your 404.php file in your themes directory and add
<?php smart404_suggestions() ?>
inbetween you content div – or main body div
Forum: Plugins
In reply to: [Plugin: Simple Tags] Linking keywords to an affiliate link automaticallythe linking function is broken
but the way it links is to the tag page
once the “link to tag” is fixed I’ll be so very very happy
Forum: Fixing WordPress
In reply to: WordPress Stats stopped working after 2.8.42.8.4 doesn’t work.. no stats at all.
google analytics working just fine and showing traffictags# wordpress.com stats
heck guys its OPEN SOURCE – Can’t you pick up the project, clean it up and rename it – just credit the guy that started it.
Forum: Themes and Templates
In reply to: Include, exclude and mimbo themeHow did you exclude post from lead story area?
Forum: Fixing WordPress
In reply to: Sign up for newsletter, where can I get the widgetForum: Fixing WordPress
In reply to: wp_register, how do I change the Text LinkI can change the text if I modify the
wp-includes/general-template.php
about line 50
but then when I upgrade I’ll have to clean that file up again..
anyone know how to use those variable in the <?php wp_register(‘before’, ‘after’); ?>
where before and after need to be custome text
Forum: Fixing WordPress
In reply to: wp_register, how do I change the Text LinkBut the problem is the template tag is not working
<?php wp_register(‘Sign Up’, ‘Your Profile’); ?>
with the above template tag my menu looks like this
Home
Sign up (supposed to be the link you see if you’re not signed in)
Register
Your Profile (if you’re signed)As you can see the Sign up is not a link.. the tag is not noticing the variables or I’m using them wrong.. =(
Forum: Fixing WordPress
In reply to: p2 // wysiwyg functionality to the “post-form?”I’ve been burning my eyes out late at night working on theme to work just like p2, but you guys have nailed it! awesome and thank you.. NOW if we could only attach images!! please help push me in the right direction to figure this out. I know enough I think I could do this with a little push in the right direction.