mliving
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: tinymce disappearedThe files W01 notes are not named as such in hte TinyMCE directory.
Are we supposed to rename these files to the corresponding files in the TinyMCE folder?
Why is this Visual Editor such a huge pain in hte ass and always breaking?
Forum: Themes and Templates
In reply to: Image Header WILL NOT CHANGENo the problem is not with cupesudbury.org.
I’m using WordPress on an inhouse server getting the Theme setup for a new site.
Any suggestions on how to solve my problem or would you rather point out any more failings with cupesudbury.org!?
Forum: Installing WordPress
In reply to: Previous || Next Navigation Not WorkingOk I finally managed to get the linking working as posted in topic #35674 but is there a way I can have only the words:
Previous (links to previous post)
Next (links to next post)WITHOUT the post title being included in the link.
BTW… I am making these revisions to the single.php file NOT the Main Template (index.php) as previous indicated. Making these changes to the index.php file had absolutely NO effect… only took me a frickin’ hour to figure that out! (:-
Any suggestions would be greatly appreciated.
mliving
Forum: Fixing WordPress
In reply to: “Previous Entries” BugI have the exact same problem.
My Next and Previous links are just huge because of the size of my post titles.
I just wanted to have <<Previous || Next >> but apparently this is a difficult thing to do because even the last update doesn’t seem to fix the problem.
Forum: Themes and Templates
In reply to: Post NavigationDoes this bit of code control the post to post navigation?
<div class=”navigation”>
<div class=”alignleft”>
<?php next_posts_link(‘« Previous Entries’) ?></div>
<div class=”alignright”>
<?php previous_posts_link(‘Next Entries »’) ?></div>If so can I not make it show the following:
<<Previous || Home || Next >>Nothing I do to the Main Template (index.php) file seems to make a difference.
Thanks
mlivingForum: Themes and Templates
In reply to: Post NavigationCorrection.
I have not been able to get this working.
Is this how it is supposed to be inserted into the index.php file:
<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<?php if ($single) { ?>
<div class=”cent”>
<?php previous_post(‘%’, ”, ‘yes’, ‘no’, 1, ”) ?>
>>
||
Home
||
<<
<?php next_post(‘%’, ”, ‘yes’, ‘no’, 1, ”) ?></div>
<?php } ?>
<!–<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>–>Thanks
mlivingForum: Plugins
In reply to: Static Date on ‘Home’ PageIgnore the post above… I have a few posts on the go… damn tabbed browsing! ??
Forum: Themes and Templates
In reply to: Post NavigationIt worked but my Home page link does not appear.
Also, is there a way I can just use the words “Previous” and “Next” instead of the text from the post title?
Forum: Plugins
In reply to: Static Date on ‘Home’ PageIt work but my Home page link does not appear.
Also, is there a way I can just use the words “Previous” and “Next” instead of the text from the post title?
Forum: Themes and Templates
In reply to: Post NavigationSorry but is the index.php page the one used by all pages in the site or just the “posts”?
Forum: Plugins
In reply to: Static Date on ‘Home’ PageThe fix noted above works fine until the home page is edited.
Once edited the Home page reappears in the sidebar menu.
Forum: Plugins
In reply to: Static Date on ‘Home’ PageHow would you recommend modifying the wp_list_pages() to potentially solve this problem?
I have been reading over the codex and there doesn’t seem to be an argument to force a particular page.
Forum: Plugins
In reply to: Static Date on ‘Home’ PageThis is the line that seems to be cusing the problem in hte sidebar.php file:
<?php wp_list_pages(‘sort_column=menu_order&title_li=<h2>
Can I modify this line to force the “Home” link to always use the home.php file?
Thanks
mlivingForum: Plugins
In reply to: Static Date on ‘Home’ PageUnfortunately upgrading WP and the Static Page plugin di not resolve the problem.
Is there some way I can force the “Home” link on the sidebar to use the “home.php” instead of the “index.php” when clicking a sidebar link to home if the user is not on the actual home page?
Currently the Home link on any other page but the home page using the following link: https://www.cupesudbury.org/?page_id=7
Again, any suggestions would be greatly appreciated.
Regards
mlivingForum: Plugins
In reply to: Static Date on ‘Home’ PageThanks!