kristinec
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Comments Pg Messing up SidebarThank you. Responses to my dilemmas make me very appreciative.
I tried that last night and it didn’t work. Tried the same thing again this morning and it worked.
Sleep makes a difference I guess!
Forum: Fixing WordPress
In reply to: Page Post on 1 “Page”The PHP above is more what I’m looking for (not plugin), but it’s not working for me. I copied and pasted the complete code into the HTML of the home page that I want it to appear and no go. I also copied it into the design index template and it did not work.
I really want/need this to work. Any ideas? Just figures – I’m having this kind of day already. When I see the published view, it’s displaying……
global $post;
$myposts = get_posts(‘numberposts=5&offset=1&category=5’);
foreach($myposts as $post) :
?>Um, and I know how to copy paste but it’s displaying part of the PHP in published view! Now, I do not know PHP – please do not expect me to know more than copying and pasting.
Forum: Plugins
In reply to: PHP Tweak so particular “Pages” show up in an area such as Menu or sidebarIt worked now.
It’s easy to misunderstand the word “title” to think that maybe that’s where you’d place the actual title of the page. I did mention in the first post that PHP is not a language I’m familiar with.
Forum: Plugins
In reply to: PHP Tweak so particular “Pages” show up in an area such as Menu or sidebarShoot – it’s not working. What am I doing wrong?…
<?php
wp_list_pages(array(
‘hello_li’=>”,
‘about_li’=>”,
‘profile_li’=>”,
‘services_li’=>”,
‘process_li’=>”,
‘faq_li’=>”,
‘resources_li’=>”,
‘exclude’=>’8’,
));
?>Forum: Fixing WordPress
In reply to: BACKUP NOT WORKING!Moshu – can’t thank you enough. Now the backup file has completed, it looks like my site is completely restored to the way it was. I did this before some how successfully but just didn’t remember. This was a little different though than the last time.
I used the “wp-phpmyadmin” plugin as you suggested and then clicked on “Manage” and selected the above with a funky looking interface where I selected my file locally and clicked the button “Go”.
Forum: Fixing WordPress
In reply to: BACKUP NOT WORKING!I’m uploading the plugin now… thanks. Minor panic there.
Now, please remind me – what other directories do I upload from my backup besides my “theme”?
Forum: Fixing WordPress
In reply to: Adding JavascriptsThe full path name to the scripts and images isn’t working unfortunately. I read about the bloginfo template tag (<?php bloginfo(‘url’); ?> ), but unsure as to how to implement. The script that pulls the scripts that is in the post is:
<script type=”text/javascript”>
new inter_slide(slides)
</script>Forum: Fixing WordPress
In reply to: Ability to add new Pages not happeningThanks. Not intuitive to me – thought a link would be under “Manage”.