Click-Refresh.com
Forum Replies Created
-
that would be a black hat SEO tactic.. NOT recommended. the blog title and description in the header aren’t that important. Rule #1 never hide text from the user but make it accessible to bots / spiders.
One can change around some of the h1’s and h2’s and optimize the blog even better than how most themes come out-of-the-box.
look for some code in the header.php file that looks something like the following and remove it / comment it out. Be sure to back up the original file.. just in case!
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div>Forum: Plugins
In reply to: merging two blogsspend the $50 bucks and purchase a copy of CARP Evolution
and then grab the carp plugin for WP and you should be able to syndicate any rss feed you want.
I use CARP all the time.
Forum: Plugins
In reply to: needing some plugins…for the joke submission portion why not just use a simple contact form like this one here..
http://wordpress.org/extend/plugins/wp-contactform/videos.. I like Vipers Video Quicktag…
http://wordpress.org/extend/plugins/vipers-video-quicktags/for the Adult content protection.. maybe figure out a way to use password protected posts. There is also a plugin out there that will password protect an entire blog.. so maybe put the adult content on a second installation of wordpress on a sub domain and use the pass protect plugin for this second site.
My two cents…
Forum: Fixing WordPress
In reply to: Upgrading WordPress problems with FantasticoGlad it was as easy as the fantversion.php file. That one throws me off sometimes because I usually install with Fantastico and run manual updates in between the major releases.
Which version does your dashboard say you are running? Does that match the version the Fantastico says you are running?
Just curious..
Forum: Fixing WordPress
In reply to: Upgrading WordPress problems with FantasticoIt may be telling you this because your fantversion.php may not exist in the site root. make sure you have this file. if you do, open up fantversion.php and make sure it matches the version you are actually running.
If you can’t get it to go.. you will be have to manually upgrade.. it’s pretty simple just make sure you follow the directions in the Codex, especially the part about backing everything up, including your database.
it will be much faster to upgrade if you use an ftp client like cute_ftp or filezilla. I use filezilla
Forum: Fixing WordPress
In reply to: Site description not showing up on Googleitissue, try creating a robots.txt file.. place it in the site root. in it copy and paste the following..
User-agent: * Disallow:This should tell the all the engines that all pages are accessible.. and should help your webmaster tools panel update. Once the bots start crawling your site your descriptions should hopefully appear as the bots index the content they should be formulating the descriptions or pulling from your head content.
once you upload the robots.txt file you probably want to resubmit your XML sitemap
Forum: Fixing WordPress
In reply to: categories missingI’ve got the same issue. My guess isn’t a corrupt database.. mostly likely a hack job.
wwwandi.. check with your hosting company and find out when your hosting account was last backed up. They might be able to restore your account to a day or so ago when you still had categories.
I just backed up my DB a couple of days ago so I’m restoring from that.
If you do get it restored.. make sure you change all your admin passwords etc..
Get it restored then try upgrading again
Good luck
Forum: Installing WordPress
In reply to: Write page doesn’t show Visual editor, just HTMLlook in your user profile.
make sure “use visual editor” is checked. I’ve seen that function get unchecked during upgrades from time to time.
Forum: Everything else WordPress
In reply to: It’s all messed up and I’m FRUSTRATEDvisited the url from your profile and all i see is a directory of your files… the reason being you are missing your index.php from the root folder…
you may have accidentally deleted it from the root. try uploading it again and see if that fixes your problem.
Forum: Themes and Templates
In reply to: Does anyone know what theme this is? (If it is a WP Theme….)right click on the page and view source… look for this string at the near the top of the source file
<link rel=”stylesheet” href=”http://www.weightlosswand.com/blog/wp-content/themes/quadruple-blue/style.css” type=”text/css” media=”screen” />
paste the url to the style sheet into the address bar
http://www.weightlosswand.com/blog/wp-content/themes/quadruple-blue/style.cssthe first line at top has the theme name.
Forum: Fixing WordPress
In reply to: Link to a Pagetry using <?php wp_list_pages(‘exclude=3’); ?>
replace link with list… as for the display name in the Post Title field use ‘Disclosures’ or whatever you want the display name to be and that should take care of it
I use the include and exclude code all the time and never had a problem with it.
the following string of code is directly from my website you may want to try and use all of the arguments and add your exclude to it..
<?php wp_list_pages(‘sort_column=menu_order&title_li=&include=2,9’); ?>
replace inlcude=2,9 with exclude=3
Forum: Everything else WordPress
In reply to: It’s all messed up and I’m FRUSTRATEDwhat is your url?
did you back up your files before installing the new theme?
is that all you installed… just a new theme?
Are you running WP 2.3.. I’ve noticed some themes have issues with 2.3
Forum: Themes and Templates
In reply to: Dreamweaver Template – How to incorporate WordPressHey Tilo,
looked at your template source today… you are in great shape to converting to WordPress.
A while back I started writing a tutorial on this very subject and when i saw your post last night I felt compelled to finally complete it.
You can find it at:
http://searchfriendlywebdesign.com/dreamweaver-templates-into-wordpress-themes/I sure hope this helps and if you have questions please post comments and I’ll try and troubleshoot what I can.
Cheers,
Sammy
Forum: Themes and Templates
In reply to: Dreamweaver Template – How to incorporate WordPresscan you please provide a url to your website so I can take a look at your code and I’ll see If I can help.