Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter dtarver

    (@dtarver)

    Any insight…anyone?

    Thread Starter dtarver

    (@dtarver)

    Hello

    I added it to my styles.css and it looks good but I need to increase the width of the page titles. Right now is shows 4 words and then wraps to the next row.

    The following image shows what is there and what I want. Click here to view.

    Any help is appreciated.

    Thank you,
    Dora

    Thread Starter dtarver

    (@dtarver)

    Hi

    Where in the side bar does “.pagenav ul li {margin: 6px 0 10px 6px;} ” go?

    Thanks,
    Dora

    Thread Starter dtarver

    (@dtarver)

    Hi

    I got an error. I added &sort_column=menu_order to the tag below. What is the proper syntax please?

    <?php wp_list_pages(‘&sort_column=menu_order’ . ‘title_li=<div class=”sb-title”>’ . __(”,’default’) . ‘</div>’ ); ?>

    The original tag was this:

    <?php if ( is_front_page() || is_home() || is_page() ) { ?>
    <?php wp_list_pages(‘title_li=<div class=”sb-title”>’ . __(”,’default’) . ‘</div>’ ); ?>
    <?php } ?>
    Thank you
    Dora

    Thread Starter dtarver

    (@dtarver)

    I Googled it and found a few plugins. I am all set. ??

    Thread Starter dtarver

    (@dtarver)

    I found it in the header.php
    I commented out
    <div id=”submenu-bg”>

    Thanks

    Thread Starter dtarver

    (@dtarver)

    Hello Michael

    Here is an image that show the “pending” statement.

    Image here

    How do I change this please?

    Thank you,
    Dora

    Thread Starter dtarver

    (@dtarver)

    Thank you Michael! ??

    Thread Starter dtarver

    (@dtarver)

    Hi

    I changed the template and now i do not see it. So I assume it was a template feature.

    I am all set now since I will use the new template.

    Thank you,
    Dora

    Forum: Fixing WordPress
    In reply to: How to remove…
    Thread Starter dtarver

    (@dtarver)

    No, it is not a widget. It looks like WP displans “META, Archives, Categories”… etc. by default.

    I think I found a class called “group” in the style.css that controls it.

    I am guessing I just need to comment out that code?

    Thread Starter dtarver

    (@dtarver)

    Hello Michael

    I found the single.php but do not see what to edit.

    Any suggestions are appreciated. The following is what I see:

    Thank you,
    Dora

    <?php get_header(); ?>
    
    <div id="blog">
    		<?php if (have_posts()) : ?>
            <?php while (have_posts()) : the_post(); ?>
    
            <div class="post" id="post-<?php the_ID(); ?>">
    
            <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
            <div class="date">{ Posted on <?php the_time('M d Y'); ?> by <?php the_author(); ?> }</div>
    
            <div class="meta">
          <?php the_tags('Tags : ', ', ', '<br />'); ?> Categories : <?php the_category(', ') ?> <?php edit_post_link('Edit', ' | ', ' | '); ?>
            </div><!--meta-->
    
            <div class="content"><?php the_content('Read More &raquo;'); ?></div>
    
                <div class="postmetadata">
    					<small>
    						This entry was posted
    						<?php /* This is commented, because it requires a little adjusting sometimes.
    							You'll need to download this plugin, and follow the instructions:
    							https://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
    							/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
    						on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
    						and is filed under <?php the_category(', ') ?>.
    						You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
    
    						<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    							// Both Comments and Pings are open ?>
    							You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site.
    
    						<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    							// Only Pings are Open ?>
    							Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your own site.
    
    						<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
    							// Comments are open, Pings are not ?>
    							You can skip to the end and leave a response. Pinging is currently not allowed.
    
    						<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
    							// Neither Comments, nor Pings are open ?>
    							Both comments and pings are currently closed.
    
    						<?php } edit_post_link('Edit this entry.','',''); ?>
    
    					</small>
    				</div>
            <?php comments_template(); ?>
            </div><!--post-->
    
                    <?php endwhile; ?>
    
                    <div class="navigation">
                        <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
                        <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
                    </div>
    
                <?php else : ?>
                    <div class="post">
                    <h2 class="center search">Search could not find anything!</h2>
                    <p class="center">Sorry, but you are looking for something that isn't here.</p>
                    </div>
                <?php endif; ?>
    </div><!--blog-->
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    Thread Starter dtarver

    (@dtarver)

    YES!!!

    ??

    Thank you so much!

    Thread Starter dtarver

    (@dtarver)

    I hired a wordpress programmer who found the bug in the WP code and fixed it so that the import worked.

    Thread Starter dtarver

    (@dtarver)

    I hired a WP programmer who fixed it. The import failed due to a WP bug in the code.

Viewing 14 replies - 1 through 14 (of 14 total)