Equal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show thumbnail in excerpt only?Have you got a link to the archive page you want the images to show on?
Forum: Fixing WordPress
In reply to: images only show on posts, not blog main pageMy best guess at why images are not showing on the main page would be that your theme only shows the_excerpt on the home page whereas it uses the_content on the other pages.
As for the other things maybe there are some conditional tags showing certain things on certain pages?
Forum: Fixing WordPress
In reply to: "Tag" word in permalinksA link to your site showing the issue always helps 🙂
Forum: Fixing WordPress
In reply to: Show thumbnail in excerpt only?Sounds to me like you need to remove instances of
the_post_thumbnail()from your themes single.php file so that when users click through to the full post the thumbnail will not show there.Forum: Themes and Templates
In reply to: Visual editor adds div element on enter, not pYour right my editor does the same. I wonder if this is a bug?
Forum: Themes and Templates
In reply to: Change Theme Image!!If you mean the theme screenshot that is shown in the WordPress dashboard on the themes page, then you will find this in the theme folder. Simply overwrite it with your image and it will show.
Forum: Themes and Templates
In reply to: Visual editor adds div element on enter, not pAre you running a plugin that modifies the TinyMCE editor in any way?
Forum: Themes and Templates
In reply to: Header Title Text AlignmentGo to Appearance > Editor. Then click on the themes stylesheet (style.css) – it may already be on the screen.
Add this to the bottom of the styles on there:
.header_title, .header_desc { text-align: right; }That should send it to the right.
Forum: Fixing WordPress
In reply to: lists not showing up correctly in blogTry adding the following to the bottom of the stylesheet:
#blog .post ul { margin-left: 10px; padding-left: 10px; margin-bottom: 15px; } #blog .post li { margin-bottom: 5px; }Forum: Themes and Templates
In reply to: Erased Theme Code – Help!!!Delete the theme in the themes part of the WordPress dashboard. Download a fresh copy from the source (wherever the theme came from originally) and then upload this and activate it. That should get it back to default.
Forum: Themes and Templates
In reply to: slider issues with Photoria themeI am not familiar with that theme and therefore not sure whether this is the ‘best’ way to fix the issue but if you remove
overflow:hidden;from line 62 of the following file it seems to work.http://ringside.oliviafrostphotography.com/wordpress/wp-content/themes/photoria/style.css
Forum: Themes and Templates
In reply to: [Twenty Eleven] How can I add "Continue reading…" automatcally?On the index.php you could change
the_contenttothe_excerpt.Instead of using a page as your /glossary you could always use the custom post type archive page instead:
http://mark.mcwilliams.me/2010/10/wordpress-3-1-introduces-custom-post-type-archives/
So the code that goes in your glossary page would go into archive-jw_glossary.php instead.
Forum: Fixing WordPress
In reply to: ForeachHave you tried dialling plugins to see if that fixes things? Another thing to try to find what the problem is, is to revert to the default theme and see if the problem still happens.
Forum: Fixing WordPress
In reply to: wordpess questionHmm no when login to account in ww.wp.xz.cn
Do you mean wordpress.com?