fliteskates
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I add Dofollow to my posts links?Went back and re-read the articles and it is comment links that are nofollow by default…
I don’t understand why my regular blog posts are no follow. If it is the theme, how would I check that/modify it?
Thanks guys
Forum: Fixing WordPress
In reply to: How do I add Dofollow to my posts links?No I don’t have many plugins… and the few I do have running wouldn’t affect my links.
I just read that WordPress comes out of the box with nofollow links…
There has to be an easy way to disable this. Does anyone know?
Forum: Fixing WordPress
In reply to: Permalinks Change Interupting My RSS Feed?I changed back my permalinks to the default, and now the RSS feed is working again.
When I add a custom permalink structure, the site works fine, but the RSS feed won’t work anymore.
I even used the Auto Permalinks WordPress Plugin
https://mass-automation.com/2006/11/11/auto-permalinks-wordpress-plugin/
Yet the RSS feed still won’t show up at:
https://www.mysite.com/wp/wp-rss2.php
But it does show up here:
https://www.mysite.com/wp/feed
What am I doing wrong??
Forum: Fixing WordPress
In reply to: Will This Mess Up My WordPress?Ya I read the post too quickly – had someone asking me about a coffee table *rolls eyes*
Now that it has been chmod to 644 will it do anything to my Wp site.. ie my permalinks or anything?
Or will everything still function normally?
Forum: Fixing WordPress
In reply to: Will This Mess Up My WordPress?So I should chmod it to 644?
Forum: Fixing WordPress
In reply to: Pages on sidebarI did go line by line, but I’ve learned that if you don’t know the answer, you ask.
I wasn’t 100% sure if that was the right tag because I had someone customize my template. So I didn’t know if it was being auto-generated or not. (ie what he changed from the original coding).
This is all I can figure out…
<?php wp_list_pages(‘title_li=<h2>Pages</h2>’); ?>
I assume Pages is what I change
Forum: Fixing WordPress
In reply to: Pages on sidebarI posted the long code because I had no clue where the coding was for ‘pages’
Forum: Fixing WordPress
In reply to: Pages on sidebarI know you are suppose to change it like that..but…here is why I am so lost..
I can’t find that on my sidebar.php file
It seems mine is being auto-generated….
Here is what my sidebar.php file has in it:
Forum: Fixing WordPress
In reply to: Pages on sidebarI read that page already and did a search on the forum for an answer.
I can’t find where the value is to repalce “pages”
I’m lost more than ever…
Forum: Installing WordPress
In reply to: Background imageI just placed the image in the same folder where my header is and it worked fine.
Thanks for the help ??
Forum: Installing WordPress
In reply to: Background imageThis is what I have in my css stylesheet:
body {
background: #ccc;
color: #000;
font-family: Verdana, sans-serif;
text-align: justify;
margin: 0;
padding: 0;The name of my background image is: (PCProtection_bg.gif)
So do I change it to this:
background-image: url(PCProtection_bg.gif);
or this:
background: #ccc; url(PCProtection_bg.gif);
Forum: Fixing WordPress
In reply to: Where are my posts?Ok that worked, thanks for the help.
Forum: Fixing WordPress
In reply to: Where are my posts?Ok here is what it says when I go to Options > Permalinks
“If your .htaccess was writable we could do this automatically, but it isna€?t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.”
I will try adding the code to my .htaccess file then update..and see if that works
Forum: Fixing WordPress
In reply to: Adding RSS feed image to menuYa I got it to work late last night.
Thx for your help TM
Forum: Fixing WordPress
In reply to: Adding RSS feed image to menu