dtarver
Forum Replies Created
-
Any insight…anyone?
Forum: Fixing WordPress
In reply to: Is there a way to separate the page links?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,
DoraForum: Fixing WordPress
In reply to: Is there a way to separate the page links?Hi
Where in the side bar does “.pagenav ul li {margin: 6px 0 10px 6px;} ” go?
Thanks,
DoraForum: Fixing WordPress
In reply to: How to get pages in numeric order?…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
DoraForum: Fixing WordPress
In reply to: Can I protect content from copy and download?I Googled it and found a few plugins. I am all set. ??
Forum: Fixing WordPress
In reply to: Need to hide this…I found it in the header.php
I commented out
<div id=”submenu-bg”>Thanks
Forum: Fixing WordPress
In reply to: How to approve pendng categories…Hello Michael
Here is an image that show the “pending” statement.
Image here
How do I change this please?
Thank you,
DoraForum: Fixing WordPress
In reply to: how to turn off the linking in a post title…Thank you Michael! ??
Forum: Fixing WordPress
In reply to: How do I remove the statement under post…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,
DoraForum: Fixing WordPress
In reply to: How to remove…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?
Forum: Fixing WordPress
In reply to: How do I remove the statement under post…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 »'); ?></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('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></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(); ?>
Forum: Plugins
In reply to: Fatal error: Allowed memory size of 33554432….YES!!!
??
Thank you so much!
Forum: Fixing WordPress
In reply to: Imported Successfully But Don’t See the Imported Content…I hired a wordpress programmer who found the bug in the WP code and fixed it so that the import worked.
Forum: Fixing WordPress
In reply to: Tools – I saw a successful message but no data appeared.I hired a WP programmer who fixed it. The import failed due to a WP bug in the code.