watfordo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "Read More" and Title URL's are brokenjesus, that was fast advice!
thank youForum: Themes and Templates
In reply to: Show posts on a pageI’m struggling to do the same. Can you help me add this code to my page.php?
Here is my page.php<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <?php // this grabs the image filename $values = get_post_custom_values("pageimage"); // this checks to see if an image file exists if (isset($values[0])) { ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('url'); echo '/'; echo get_option('upload_path'); echo '/'; // this is where the Page image gets printed $values = get_post_custom_values("pageimage"); echo $values[0]; ?>" alt="pageimage" id="pagepic" /></a> <?php } ?> <h2><?php the_title(); ?></h2> <div class="entry"> <?php the_content("<p class=\"serif\">" . __('Read the rest of this page', 'branfordmagazine') ." »</p>"); ?> <?php wp_link_pages("<p><strong>" . __('Pages', 'branfordmagazine') . ":</strong>", '</p>', __('number','branfordmagazine')); ?> </div> </div> <?php endwhile; endif; ?> <?php edit_post_link('Edit', '<p>', '</p>'); ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Themes and Templates
In reply to: Losing my mind converting html menu to wp_list_pagesMy html website uses Javascript and this code to generate drop-down menus.
The html version is at tech.donwatford.com.I have created the supporting pages in WP, I just want them to work with my existing menu system.
btw, can somebody remove the code from my original post? I posted it incorrectly.
Forum: Themes and Templates
In reply to: Losing my mind converting html menu to wp_list_pagesSorry, I’ll use it next time.
Forum: Themes and Templates
In reply to: Losing my mind converting html menu to wp_list_pagesI’m having a tough time converting code from my html navigation to wordpress wp_list_pages. Can anyone help me translate this? I can’t figure out how to match the css with the php code.
I have page: “About Us” with a child page “Locations”
and page: “Careers” with no child page.I substituted ‘<‘ and ‘>’ with ‘(‘ and ‘)’ to make the code show up in the forum.
(ul)
(li) class=”page_item page-item-2″)(a href=”https://website.com/?page_id=2″ title=”About Us”)About Us(/a)
(ul)
(li class=”page_item page-item-13″)(a href=”https://website.com/?page_id=13″ title=”Locations”)Locations(/a)(/li)(/ul)
(/li)
(li class=”page_item page-item-8″)(a href=”https://website.com/?page_id=8″ title=”Careers”)Careers(/a)
(ul)
(li class=”page_item page-item-12″)(a href=”https://website.com/?page_id=12″ title=”Benefits”)Benefits(/a)(/li)
(/ul)
(/li)
(/ul)Forum: Themes and Templates
In reply to: site errors when I use “www”forgive my ignorance, but how do I edit the .htaccess file for wordpress installed in the root
Forum: Themes and Templates
In reply to: site errors when I use “www”here’s my .htaccess file
#DirectoryIndex index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]</IfModule>
#php_value register_globals off
Forum: Themes and Templates
In reply to: suckerfish menu problemsThanks for the help. I’m on my way to having a good menu, and cleaner code. I am grateful for the responses.
The Jillij theme is great.
Can you think other WordPress sites or themes with Suckerfish or Transmenu’s?
Forum: Themes and Templates
In reply to: suckerfish menu problemsYoure right, my suckerfish menu problem isnt a WordPress issue. If I could find a decent horizontal multi-level menu for WordPress, I would love to build all my websites in WordPress.
Right now my friends and I build 2-4 websites a week in html or Joomla, but I can’t convince them to switch because there isnt a decent horizontal menu system in WordPress.
If you want WordPress to be a competitive CMS, throw me a frickin bone. and thank you (seriously) for your time.
Forum: Themes and Templates
In reply to: Problems with “Son of Suckerfish” menus and IE, Opera, SafariVavroom, how can I download and implement your “grandson of suckerfish”?
Forum: Themes and Templates
In reply to: suckerfish menu problemsthis guy has a cross browser solution, but I don’t know css well enough to implement it.
Forum: Themes and Templates
In reply to: suckerfish menu problemsI wish I could give up. here’s the site with the problem https://www.thenarrowdoor.net
Forum: Installing WordPress
In reply to: Locked out after domain and hosting transferHow do I love you, let me count the ways.
1. You responded to my cry for help.
2. You replied to my post in like 10 minutes.
3. You knew just what to do.
4. You sent me simple instructions with PICTURES!
5. You saved me a few minutes from launch.
6. You reduced my stress and blood pressure.
7. I have access to my site.
8. I won’t have explain to the site owner.I’ll stop here…its working now! Those two alterations to the database fixed my problem. I am a happy man.
Thanks. Don in Savannah, GA