doc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I add notes to a post?juicee,
Add the content in the code after the loop within the single.php. Basically hard code it in.
Forum: Fixing WordPress
In reply to: how to disable author name from post.Petdude,
Look for
<?php the_author(); ?>in your template and remove it.Forum: Fixing WordPress
In reply to: Where is my home page?maybedog,
WordPress uses php so the text is more than likely within a page or post. You mention that it isn’t in on e of the posts, you might try looking through the pages.
Forum: Fixing WordPress
In reply to: WordPress Tutorial: Add Your Own Brandingryno267,
We should be editing core files in order to make WordPress all that it can be. It’s these discoveries that help to push the boundaries of what WordPress can do. If you’re uncomfortable editing core files then the choice is always with the end user.
I do agree that the catswhocode article is a much smoother transition, however. Thank you for posting it.
Forum: Plugins
In reply to: Access to SubversionAhh,
I missed the emails, the repository was there all along. This topic is closed. Thanks MichaelH
Forum: Plugins
In reply to: Access to SubversionIs there a way to contact the Extend Plugin Moderators more directly, or should I try to rename my plugins and see if they go through? I’m open to suggestions.
Forum: Fixing WordPress
In reply to: Unwanted border around imageMsterbeau,
I see it. You have a 6pc padding around the image while the holder has a grey background. So technically there is not a border just additional padding around it.
img { background: #1B1B1B none repeat scroll 0 0; border: 1px solid #1B1B1B; padding: 6px; /* Remove This */ }Forum: Fixing WordPress
In reply to: Taking off date and time on pages?threethings,
To remove the date and time delete the following:
<div class="date"> <span class="month"> <?php the_time('M') ?> </span> <span class="day"> <?php the_time('j') ?> </span> </div>And yes, this is very customizable.
Forum: Fixing WordPress
In reply to: User Names ChangeYOUAREtehSCENE,
Wait, you’re saying they can change their role from Subscriber to Editor for example?
Forum: Fixing WordPress
In reply to: header image doesn’t show on any new pages I createrwiester1,
Make sure the following is added to the head of the page code.
<?php get_header(); ?>Forum: Fixing WordPress
In reply to: css questionsheff12,
Can you explain this a little more?
Forum: Fixing WordPress
In reply to: wp_list_pages not showing anythingPokersut,
It sounds as though the code has changed, by itself, from a php function into hard coded html. If you are looking at the code from a browser source then you will not see the php just the result of what the php has done.
Otherwise the menu appears to be working correctly.
Forum: Fixing WordPress
In reply to: Thumbnails on facebook not showingtbookman,
It is possible that Facebook is the issue here and not your site.
Forum: Fixing WordPress
In reply to: My Sidebar Image is distortedfarmerdoc,
The image and it appears fine in Firefox. The bigger trouble is that the image is 59″ x 39″ this need to be reduced in size. Keep it 72dpi just reduce the dimensions to what is needed.
Forum: Fixing WordPress
In reply to: Website not opening in Firefoxkelkar,
Try clearing the cache in Firefox, it can be a little stubborn. The sites works fine over here.