tiffanybee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: picture posting set up ?It is a little more difficult for people to save your pictures if you have a plugin like Light Box.. unless your visitors already know to quickly right click before the image fully loads.
There is also a code that disables right clicking in general.
Here’s the url to a script that will disable right clicking:
https://www.dynamicdrive.com/dynamicindex9/noright.htmForum: Fixing WordPress
In reply to: How to install a MS Word doc as a WP page?Extra information doesn’t hurt. Calm down.
Forum: Fixing WordPress
In reply to: Help with Footer AppearanceWell, you could always make categories so that your blogs seem neater so it’s not “uncategorized”. The php code is in your index.php file & your single.php file in your themes folder.
<div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div>
That should be the code for previous entries.
In your postmetadata area, get rid of the File under:
<?php the_category(', ') ?>
.That should be it. All of this is not in your footer, or at least it shouldn’t be in your footer. That is a separate file.
The area you are talking about is called the post meta data area. It’s normally listed under your blogs but some people like to list it right where their blog title is.
The navigation links should be after all of your blogs. So it is right above the footer but it is not the footer.
Forum: Fixing WordPress
In reply to: How to install a MS Word doc as a WP page?Word docs are .doc files. They would not function as a page unless you saved the file as .html, .htm, .php, etc. Unless you wanted this document to be downloaded.
To create an extra page outside of WP, you’d need to use Word Pad & save the file as .html, .htm, etc.
Forum: Fixing WordPress
In reply to: Can’t add links in blog postHave you tried just viewing your blog in HTML? Maybe that’ll just be easier.
Forum: Fixing WordPress
In reply to: How to Change Gravatar Size?If the code doesn’t work you might have to change it in your style sheet. Do you have the gravatar plug-in? That also might be a problem if you don’t & your theme isn’t based off the default theme WordPress provides.
Username says: is also part of the default code provided by WordPress. You’d have to find a new code/change the code to something else. For example, my comment template looks like:
Username
Date, TimeComment follows
The code that calls for the author is this
<?php } else { comment_author(); } ?>
That will just say Username. It also has to do with the fact that you probably have this code:
<ol class="commentlist"> <?php wp_list_comments(); ?> </ol>
That’s WordPress’s script that lists your comments in such a way. To edit this style, you’d have to look it up.
Forum: Fixing WordPress
In reply to: Anything .PHP Won’t Work/Page Not Foundbump.
Forum: Fixing WordPress
In reply to: Admin page missing/ page cannot be found?What the…this topic is not resolved. I have this exact issue right now & as a result, for some reason, people can’t leave comments either! Will someone please address this problem? It just stopped working randomly after everything was working. I’ve uninstalled & re-installed WordPress three times! Nothing seems to be working.