Forum: Website Design
11th October 2010, 09:17 PM
|
|
Replies: 4
Views: 432 Re: WordPress question
That is weird. I have no idea what is causing it.
Since you already uploaded them, just login to your cpanel and move the folders to the correct location. Right click on top of the folder and...
|
Forum: Main Internet Marketing Discussion Forum
30th September 2010, 08:14 AM
|
|
Replies: 21
Views: 756 Re: Cannot Log In To My WP Site
Right in some situations but maybe not on this one. He couldn't login using http://www.1ststockinvesting.com/wp-admin/ which was blank/with errors and not redirecting to the correct login page. If he...
|
Forum: Website Design
24th September 2010, 08:09 PM
|
|
Replies: 10
Views: 1,514 |
Forum: Website Design
24th September 2010, 07:26 PM
|
|
Replies: 10
Views: 1,514 Re: Wordpress read more at end of exert
Hi Kev, the BBCode is stripping the code out.
Just copy it from here [dead link removed]
I tested on my site and it does work. You can see a test post here [dead link removed]
Let me know if...
|
Forum: Programming
23rd September 2010, 07:51 PM
|
|
Replies: 15
Views: 802 Re: How do you do this in C++?
Just a basic nested if statements will do it.
*note. Replace the (backslash) with the real sign since the BBcode is stripping it out.
#include <iostream.h>
int main ()
{
char...
|
Forum: Main Internet Marketing Discussion Forum
23rd September 2010, 05:23 AM
|
|
Replies: 10
Views: 1,132 |
Forum: Programming
23rd September 2010, 02:21 AM
|
|
Replies: 4
Views: 744 |
Forum: Programming
22nd September 2010, 02:21 PM
|
|
Replies: 3
Views: 598 Re: Need Help With Wordpress
Hi Tom,
yes you need to modify some properties on your style.css file.
So, to fix the first issue open the style.css file and find this class.
.entry_header h1, .entry_header h2.home {...
|
Forum: Main Internet Marketing Discussion Forum
19th September 2010, 06:02 PM
|
|
Replies: 1
Views: 650 Re: Wordpress and Feedburner query
Yes, by default Wordpress does not add static pages to the RSS feed. There are some plugins that fix that and this is the one I always use http://wordpress.org/extend/plugins/isl-page-rss ...
|
Forum: Programming
16th September 2010, 06:15 PM
|
|
Replies: 9
Views: 1,061 |
Forum: Programming
16th September 2010, 12:37 AM
|
|
Replies: 6
Views: 587 Re: Need Help!!
You'll have to use FTP or login to your Cpanel to delete the plugin.
|
Forum: Programming
15th September 2010, 01:16 PM
|
|
Replies: 5
Views: 673 |
Forum: Programming
14th September 2010, 05:41 PM
|
|
Replies: 9
Views: 26,980 Re: How to get root domain in Wordpress
You don't need to exclude the www. With the correct basenames the plugin will follow the default scheme.
This code will retrive the home url for the current site.
<?php home_url( 'path', 'scheme'...
|
Forum: Main Internet Marketing Discussion Forum
10th September 2010, 03:48 PM
|
|
Replies: 4
Views: 494 Re: Wordpress Menu Links
Also, if your theme supports the WP3.0 menu system, then you can use it instead of running extra plugins which may impact performance.
|
Forum: Website Design
18th June 2010, 10:02 PM
|
|
Replies: 2
Views: 1,935 |
Forum: Website Design
3rd June 2010, 02:39 PM
|
|
Replies: 11
Views: 895 |
Forum: Website Design
2nd June 2010, 10:47 PM
|
|
Replies: 38
Views: 378,027 |
Forum: Main Internet Marketing Discussion Forum
2nd June 2010, 05:55 PM
|
|
Replies: 162
Views: 5,879 |
Forum: Website Design
2nd June 2010, 12:27 AM
|
|
Replies: 6
Views: 961 Re: Wordpress as CMS for an info site?
You should use the CMS you are comfortable with. If you're planning to use Wordpress then take a look at the wordpress game themes at Theme Forest. With just a few changes, you can actually build a...
|
Forum: Website Design
1st June 2010, 10:57 PM
|
|
Replies: 3
Views: 864 |
Forum: Website Design
31st May 2010, 10:33 PM
|
|
Replies: 4
Views: 1,440 Re: STOP Google, Yahoo and Bing Indexing question
After installing wordpress, just login to your dashboard, under the settings tab, click on "privacy" and select "I would like to block search engines". That will automatically create a robots.txt...
|
Forum: Website Design
22nd May 2010, 11:18 AM
|
|
Replies: 11
Views: 708 |
Forum: Programming
20th May 2010, 06:51 PM
|
|
Replies: 16
Views: 1,451 |
Forum: Programming
20th May 2010, 06:37 PM
|
|
Replies: 16
Views: 1,451 |
Forum: Programming
20th May 2010, 05:18 PM
|
|
Replies: 16
Views: 1,451 |
Forum: Programming
20th May 2010, 04:50 PM
|
|
Replies: 16
Views: 1,451 |
Forum: Programming
20th May 2010, 03:57 PM
|
|
Replies: 16
Views: 1,451 |
Forum: Programming
20th May 2010, 03:26 PM
|
|
Replies: 16
Views: 1,451 |
Forum: Main Internet Marketing Discussion Forum
19th May 2010, 11:46 PM
|
|
Replies: 7
Views: 4,093 |
Forum: Main Internet Marketing Discussion Forum
19th May 2010, 10:56 PM
|
|
Replies: 51
Views: 2,014 |
Forum: Programming
28th March 2010, 06:20 PM
|
|
Replies: 4
Views: 688 Re: HELP! WordPress is driving me crazy!!!
Hi Michael, to get the full post, open up the index.php and find this line of code: <?php the_excerpt('<strong>Read More..</strong>'); ?>and replace with this: <?php the_content('<strong>Read...
|