Rick Patterson
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Suspended site by Google?Cool thank you for the helpful info….
BTW, the page was not red.
I did some research and found other sources and origin of the useful SEO info provider.
Turns out that this is a Pakistani Scholastic site of Karachi University.
Thanks again.
Forum: Fixing WordPress
In reply to: featured blogpage exclusion?Thanks for your answer…no luck, however I did find this in my function.php ….
function cats_to_select() { $categories = get_categories('hide_empty=0'); $categories_array[] = array('value'=>'0', 'title'=>'Select'); foreach ($categories as $cat) { if($cat->category_count == '0') { $posts_title = 'No posts!'; } elseif($cat->category_count == '1') { $posts_title = '1 post'; } else { $posts_title = $cat->category_count . ' posts'; } $categories_array[] = array('value'=> $cat->cat_ID, 'title'=> $cat->cat_name . ' ( ' . $posts_title . ' )'); } return $categories_array; }
any suggestions?
Forum: Themes and Templates
In reply to: coding area?Thanx , I will look into it…
Forum: Themes and Templates
In reply to: coding area?I have cleared most of the errors….
Please go to this link and take a look at the validation list and tell me where to go to get to these codes….
Thank you
Forum: Themes and Templates
In reply to: coding area?Thanx Michael….
Forum: Themes and Templates
In reply to: coding area?yes, thank you, I got that already…..
I want to know where to go to get on the page to change errors….
take a look here at the validation report if you’d like….
I just want to know where to go to get on the page where I can make the changes…
is this in template editor?
css style sheet?etc?
Forum: Fixing WordPress
In reply to: mark up validation and xhtmlI appreciate your answer…
Please tell me how to get to
locate the source code
for the whole site to make the changes….
Thank you in advance
Forum: Themes and Templates
In reply to: coding area?Sorry to not have asked that question more specifically….
Where do I go to get onto the source page?
So I can make the changes needed?
Forum: Fixing WordPress
In reply to: Text along side of pictureThanks…; }
Forum: Fixing WordPress
In reply to: squeeze page; }
Forum: Fixing WordPress
In reply to: squeeze pageThanx..bought the wpspire template! Too cool
Forum: Fixing WordPress
In reply to: Text along side of pictureThanx Esmi!
I value your genius!
Best wishes
Rick Patterson
Forum: Fixing WordPress
In reply to: Text along side of pictureHey Esmi…
Ok I had to finish the page in order to make it public… so her it is:
https://doublecheckmyhome.com/home/home-owners-double-check-manual-kit/
notice the picture and text are not side by side as I have it on the edit page.
Thanks for looking into this for me!
Forum: Fixing WordPress
In reply to: Text along side of pictureHey esmi…
I did place html code in here, did not realise that would not show…my bad
Try this link
https://doublecheckmyhome.com/?page_id=85&preview=true
Thanx
Forum: Fixing WordPress
In reply to: Rename a page or delete it?..that is the question.Hey Thanx again Micah!
It worked, you just saved me a lot of work!
I appreciate your brilliance!!