archaeologyman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to move Widgets2. In Appearance->Widgets under Screen options, try the Enable Accessibility Mode
I can’t even get my Screen Options to drop down.
Forum: Fixing WordPress
In reply to: 2.8 is junk and shoul never have been releasedI’m just patiently waiting for someone to tell us what’s up. An update would be nice.
Forum: Fixing WordPress
In reply to: Change to General Settings prompts Install?All fixed. Thank you for the assistance.
Forum: Fixing WordPress
In reply to: Category Specific TemplateI specifically want to call just one category, the code I posted calls all of the posts. What do I need to alter in the code I posted to call just, let’s say, category 5 for instance?
Thanks.
Forum: Fixing WordPress
In reply to: Sidebar Issues with different screen resolutions?Thank you. I suspected div tags. I appreciate the time you took to look at it and post.
Forum: Themes and Templates
In reply to: Template issueWhat goes in the rap div?
And no matter where the get_header is called it will always inlcude the sidebar image.
Am I to call an alternate header?
Forum: Themes and Templates
In reply to: Template issueThanks moshu. I guess I was concentrating on trying to learn the PHP side of it. I’m off to study your image page carefully. I’ll be back 😉
Thanks
Forum: Themes and Templates
In reply to: Template issuemoshu-
O.K. First, I know essentially know nada about PHP.
Let me see if I am on the right track here with the if_statements:
In the template page I would put the following:
\<?php
/*
Template Name: Blank Template
*/
?><?php get_header(); ?>
// let’s generate info appropriate to the page being displayed
if (is_page(photo-page))\Is this the right track? If so, where to go from there?
Thanks
Forum: Themes and Templates
In reply to: Template issueThanks moshu.
What you described is in fact the case.
“It would mean quite a bit of work on several template files” I don’t mind working changing around a template file, it’s the if_statements I wouldn’t even attempt.
Any suggestions on what to do with the template?
Forum: Themes and Templates
In reply to: Template issuebump…anybody?
Forum: Everything else WordPress
In reply to: photos as an rss feedI saw somewhere (I can’t find it now) that the feed can be altered to show the image in readers by default.
Forum: Installing WordPress
In reply to: 2.0 Upgrade IssueUPDATE
The error (below) is occurring when I activate David Chait’s C-G Amazon plugin
Warning: array_filter(): The second argument, ‘Array’, should be a valid callback in /home/.landmark/mabillings/blog.markbillings.us/wp-includes/capabilities.php on line 152
Warning: Invalid argument supplied for foreach() in /home/.landmark/mabillings/blog.markbillings.us/wp-includes/capabilities.php on line 156
Forum: Installing WordPress
In reply to: 2.0 Upgrade IssueO.K. I resinstalled the files and the following is happening:
main page displays blog with the following error at the top of the page:
Warning: array_filter(): The second argument, ‘Array’, should be a valid callback in /home/.landmark/mabillings/blog.markbillings.us/wp-includes/capabilities.php on line 152
Warning: Invalid argument supplied for foreach() in /home/.landmark/mabillings/blog.markbillings.us/wp-includes/capabilities.php on line 156
When I attempt to login I get the normal login screen with the same message at the top of the page
When I try to login with my username/password I get a page with just the message that appears at the top of the other pages.
HELP.
Thanks
Mark
Forum: Installing WordPress
In reply to: 2.0 Upgrade IssueI did run the upgrade. I am in the process of reverting back to the original files and will try again. The strange thing was that the blog loaded but the above the header the error message appeared. Back to the drawing board.
Forum: Plugins
In reply to: Picasa XML plugin?O.K., something strange has happened…
This morning I installed the WP Picasa plugin, no problems. Did a test post and great. Got some help from HiFi, adjusted the margin and bingo, great.
I just wrote another post and included a new gallery in that one. Post is fine, thumbs are there.
Here is the wierd part. If you visit my blog http://www.markbillings.us/blog/ you will see the recent post and then if you scroll down to the test post three posts below somehow the last thumbs post is all of a sudden in the first test post. It will make sense when you see it. When I go to edit the first thumb post the newly included, duplicate post is not there to delete, but it still appears on the blog…
confused? me too.
Any ideas??