kvisaz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Constantly Cleaning (and removing) HTMLI found plugin “Save me” and think it`s solution for this case
Forum: Fixing WordPress
In reply to: Random Post with thumbnails?Try plugin “Related Posts Thumbnails”
This plugin will add related posts thumbnails after the post. Plugin allows to customize thumbnail sizes, display settings and type of relation.
Forum: Plugins
In reply to: Using themes in plugins<?php get_template() ?>– Retrieve name of the current theme, as described in http://codex.ww.wp.xz.cn/Function_Reference/get_templateForum: Fixing WordPress
In reply to: Unwanted Link On Home PageThanks, it is CSS file and it`s clean. We need PHP-files. There are listed in right column, as in my example:
Forum: Fixing WordPress
In reply to: Visual Editor not working on 3.1.2Excuse me for asking, but do you see your profile (/wp-admin/profile.php) ?
There is option “Disable the visual editor when writing”. If it checked – clean it.
Forum: Fixing WordPress
In reply to: Unwanted Link On Home PageCan you show source code of current theme?
I`m sure that it is somewhere in templates.Forum: Fixing WordPress
In reply to: How to put newest post at the bottom.Try plugin default-sort-ascend (http://ww.wp.xz.cn/extend/plugins/default-sort-ascend/)
Forum: Fixing WordPress
In reply to: Unwanted Link On Home PageI guess this permalink code is in theme.
Try to open http://thedoctor911.com/wp-admin/theme-editor.php
and search string with “permalink” in Main Index Template, Single Post, Page Template and other template filesForum: Fixing WordPress
In reply to: WordPress Constantly Cleaning (and removing) HTMLI think it is work of TinyMCE (visual HTML-editor of WordPress).
There are two pathways to solve this issue:
1. Go to your profile in WP (http://yourblog.com/wp-admin/profile.php) and make active option “Disable the visual editor when writing”.
2. Use alternative visual editor.