WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: removing author and commentsYou would need to find the template file for the blog and remove it. We cant really help without having access to the files. Where did you get this theme from? I cant seem to find it.
Forum: Fixing WordPress
In reply to: How Do I move a post from my home page to another page?This is for selfhosted WordPress sites. You should be asking for help on wordpress.com support forums, not .org
Forum: Fixing WordPress
In reply to: Out of Control SpamYour site was probably picked up in an automated spam commenting system.
Forum: Fixing WordPress
In reply to: rewrite a single post to add .html extensionThere is a plugin that allows you to do this actually. Try https://wordpress.org/plugins/custom-permalinks/
Forum: Fixing WordPress
In reply to: rewrite a single post to add .html extensionOpen the post and set it manually right below the title.
Forum: Fixing WordPress
In reply to: changing font color in section of headlineTry putting this in there.
Damascus Steel Knives<span style="color:red">PLUS</span>!Forum: Fixing WordPress
In reply to: changing font color in section of headlineAhh that won’t be that easy. Where do you set this text for the headline at? Do you do it in some type of theme options or does it get it from a page title?
Create a file called .htaccess in the root folder and use the below contents. If you can’t figure out how (sometimes not very easy since the name is odd) just download WP again and take the .htaccess out of the archive and upload it.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Font SizeProbably not the answer you want but you can do it using html/css.
<span style="font-size:16px;">Text Goes Here</span>Also what does it look like when you are logged off like a normal visitor would see it?
Forum: Fixing WordPress
In reply to: changing font color in section of headlineIf you post a link to your site and explain what text you want changed someone could tell you how to change it using CSS. Which is file level customization, but simple.
Forum: Fixing WordPress
In reply to: How to Restrict Posts/Pages to only registered users?There are tons of plugins that can do this. Here is one I have used before https://wordpress.org/plugins/wordpress-access-control/ . If not just search in plugins for another.
Forum: Fixing WordPress
In reply to: header.php custom background imageI would check theme options to see if it does this for you. What theme are you using?
Forum: Fixing WordPress
In reply to: New User, Help getting started with layoutFiles can be located in wp-admin from Themes -> Editor and then selecting the right theme and template file.
Forum: Fixing WordPress
In reply to: WordPress jumps to youtube Justin BiebierFirst you might want to disable all plugins to see if it goes away. Then reactive 1 at a time to see if one of these plugins is causing the redirect. That is more likely than above.