EveVaterlaus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: in custom postsTHANKS- that worked-
at first I had just commented it out, but when I deleted the line it made it all work beautifully,
Thanks so much for the help, always more to learn!Eve
I will mark this resolved-Forum: Fixing WordPress
In reply to: in custom postsI have taken out that line but the behavior remains the same, should I re-make the posts to see it work?
Forum: Fixing WordPress
In reply to: in custom postsI added another long post so you can see what happens, the “more” on either one opens both in the same page.
Forum: Fixing WordPress
In reply to: in custom postsyes, it does:
<?php get_header(); ?> <!-- section --> <section role="main"> <?php query_posts( 'post_type=articles'); ?> <?php if (have_posts()): while (have_posts()) : the_post(); ?> <!-- article --> <article id="post-<?php the_ID(); ?>" <?php post_class("journalPost"); ?>> <!-- post thumbnail --> <?php if ( has_post_thumbnail()) : // Check if Thumbnail exists ?> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?php the_post_thumbnail(); // Fullsize image for the single post ?> </a> <?php endif; ?> <!-- /post thumbnail --> <!-- post title --> <h1> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a> </h1> <!-- /post title --> <!-- post details --> <span class="date"><?php the_time('F j, Y'); ?> <?php the_time('g:i a'); ?></span> <span class="author"><?php _e( 'Published by', 'articles' ); ?> <?php the_author_posts_link(); ?></span> <span class="comments"><?php comments_popup_link( __( 'Leave your thoughts', 'articles' ), __( '1 Comment', 'articles' ), __( '% Comments', 'articles' )); ?></span> <!-- /post details --> <?php the_content(); // Dynamic Content ?> <?php the_tags( __( 'Tags: ', 'articles' ), ', ', '<br>'); // Separated by commas with a line break at the end ?> <!-- <p><?php _e( 'Categorised in: ', 'articles' ); the_category(', '); // Separated by commas ?></p> <p><?php _e( 'This post was written by ', 'articles' ); the_author(); ?></p> --> <?php edit_post_link(); // Always handy to have Edit Post Links available ?> <?php comments_template(); ?> </article> <!-- /article --> <?php endwhile; ?> <?php else: ?> <!-- article --> <article> <h1><?php _e( 'Sorry, nothing to display.', 'articles' ); ?></h1> </article> <!-- /article --> <?php endif; ?> </section> <!-- /section --> <?php get_sidebar(); ?> <?php get_footer(); ?>
thanks again
Forum: Fixing WordPress
In reply to: in custom postsIn the birth stories page the ‘more tag’ opens a single post page, in the articles page the ‘more tag just expands each post on the same page, so when the page is fully filled with many articles it will become unmanageably enormous. The ‘Birth Stories” template is just the index.php, the articles page works with this .
(thanks)[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<?php /** * Template Name: ARTICLES-2-PAGE*/ get_header(); ?> <!-- section --> <section role="main"> <h1><?php the_title(); ?></h1> <?php query_posts( 'post_type=articles'); ?> <?php if (have_posts()): while (have_posts()) : the_post(); ?> <!-- article --> <article id="post-<?php the_ID(); ?>" <?php post_class("MEMarticlePost"); ?>> <!-- post title --> <!-- post thumbnail --> <?php if ( has_post_thumbnail()) : // Check if thumbnail exists ?> <a>" title="<?php the_title(); ?>"> <?php the_post_thumbnail(array(120,120)); // Declare pixel size you need inside the array ?> </a> <?php endif; ?> <!-- /post thumbnail --> <!-- post title --> <h2> <a>" title="<?php the_title(); ?>"><?php the_title(); ?></a> </h2> <?php global $more; $more = 0; ?> <?php the_content(); ?> <?php comments_template( '', true ); // Remove if you don't want comments ?> <br class="clear"> <?php edit_post_link(); ?> </article> <!-- /article --> <?php endwhile; ?> <?php else: ?> <!-- article --> <article> <h2><?php _e( 'Sorry, nothing to display.', 'html5blank' ); ?></h2> </article> <?php endif; ?> </section> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Blog not displaying full post contentPS, re latest post, these posts may sometimes be quite long, because people will tell birth stories, and they tend to get wordy. I don’t mind using the ‘more’ feature on the text in them, but I would like a nice intro and photos to show up on the blog page.
THANK YOU very much for help!
EveForum: Fixing WordPress
In reply to: lost ability to loginI will wait until tomorrow, and if it still doesn’t work I will check with them. I was just transferring files to them, to try a fresh install, and the connection timed out immediately, so something is definitely not correct there, it seems.
Thanks for the info-
EveForum: Fixing WordPress
In reply to: lost ability to loginNo, I wasn’t aware of this- was painting and sculpting today! Network Solutions hosts this particular site- I don’t have much rapport with them, hard to communicate with them, but will check their site to see if there is a message.
I was thinking of re-installing wp, do you recommend trying that, or just waiting it out for a bit?
Thanks!!!
Forum: Fixing WordPress
In reply to: login from moved siteStill wondering,
If I change the wordpress address (URL) to douglasbacon.com will I be able to log in there?Don’t want to lose the ability to login on both urls.
Thanks!Eve
Forum: Fixing WordPress
In reply to: login from moved siteI already went through and changed the urls in TextMate, so that part is done, I would just like the site to know it lives on douglasbacon.com, NOT douglasbacon.com/wpngjrysv3h5, and that my client could login there.
And the permalinks look OK,
https://www.douglasbacon.com/jewelry/,it is just logging in that doesn’t work.
Thanks again for the attention & help-Eve
Forum: Fixing WordPress
In reply to: login from moved siteThey are both in the root folder AND in the sub-folder. (wpngjrysv3h5) I don’t want to delete the working folder until everything is right, as it seems to access that folder still.
MAybe I need to make a new install in the root folder?
Forum: Fixing WordPress
In reply to: login from moved siteThank you govpatel,
If I change the wordpress address (URL) to douglasbacon.com will I be able to log in there?
Forum: Fixing WordPress
In reply to: login from moved siteif I change the wordpress address (URL) will I lose the ability to login through the old address?
https://www.douglasbacon.com/wpngjrysv3h5/wp-admin
Thanks again.
Eve
Forum: Fixing WordPress
In reply to: footer vs post footerI just now was able to separate them in the style sheet, article footer did the trick this time.
ThanksForum: Installing WordPress
In reply to: Dashboard defectiveesmi,
I finally got it straightened out.
I logged in as the other admin,(remembered to try that), and found that I had somehow changed myself to “author”- inadvertantly- DUH.Wish I had thought to try this several hours ago.
But alls well that ends well.Thanks again. There was a learning curve involved, at least for me/