Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 10 of 10
Search took 0.02 seconds.
Search: Posts Made By: mystline
Forum: Website Design 23rd January 2011, 09:42 AM
Replies: 1
Views: 550
Posted By mystline
Re: wordpress Edit help

You'll need to edit your sidebar.php to something like this.

if(!is_home()) :
if ( function_exists ( dynamic_sidebar() ) ) :
dynamic_sidebar();
endif;
endif; ?>
This may not be of much help...
Forum: Website Design 11th January 2011, 12:21 AM
Replies: 5
Views: 500
Posted By mystline
Re: I'm a Wordpress Moron

If the links are directed towards Pages you can set the order on the right hand side, 0 will appear first and higher numbers will appear after.

If the links are towards posts you may need to edit...
Forum: Programming 28th December 2010, 08:32 PM
Replies: 6
Views: 1,722
Posted By mystline
Re: Add Script to WP for beginning download afile after 5 seconds

To bind this to a button you could just create that element using some JS, or use window.location :)
Forum: Website Design 19th December 2010, 07:45 PM
Replies: 5
Views: 536
Posted By mystline
Re: Warrior Kindly help, when uploading files where do i put the files in the FTP?

Your public_html and www folders point to the same place, your root web directory. Anything placed in these folders will be viewable on the internet. This is of course, assuming your...
Forum: Programming 3rd December 2010, 12:08 AM
Replies: 2
Views: 610
Posted By mystline
Re: New Wordpress Plugin Help!

What you'd want is a script that builds a custom RSS feed to direct WP-robot too. The feed would be created with the relevant information from Google Trends.

Two options
1) You can make a spider...
Forum: Website Design 21st November 2010, 08:28 PM
Replies: 42
Views: 1,166
Posted By mystline
Re: where to find free images

SXC.HU (http://www.sxc.hu) has royalty free stock photos, although some require permission from the author. You can also browse Flickr for royalty free/CC licensed images.
Forum: Programming 16th November 2010, 08:59 PM
Replies: 6
Views: 542
Posted By mystline
Re: PHP Help for WP plugin please...

Off the top of my head I can't tell you how to do it.

However, have a dig through the WP Codex (http://codex.wordpress.org/Plugin_API/Action_Reference) and see if there's any hooks or actions that...
Forum: Website Design 15th November 2010, 05:46 AM
Replies: 4
Views: 392
Posted By mystline
Re: wordpress theme problem, need help

From what I can tell you've got your wp_head() function call occuring after the </head> tag and as a result it's stuffing a bunch of rogue <link> <script> elements.

Seems to be the only...
Forum: Website Design 25th October 2010, 09:47 PM
Replies: 11
Views: 1,085
Posted By mystline
Re: WYSIWYG Wordpress Editor??

Nope, there really isn't. The closest you're going to get to a WYSIWYG is using Firefox and Firebug to make live changes in your browser, then copying the new CSS/HTML into your theme files.

My...
Forum: Main Internet Marketing Discussion Forum 23rd September 2010, 01:14 AM
Replies: 14
Views: 573
Posted By mystline
Re: small wordpress problem

I am pretty sure wordpress has an option to disable the visual editor, it should be in settings -> writing.
Showing results 1 to 10 of 10

 
Forum Jump


All times are GMT -6. The time now is 07:46 AM.