michelewoo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BlackBird] Copyright Symbol & Year MissingHi Jo,
The only way I was able to get what I wanted was to remove the title function in the footer.php file. I’ll try to guide you and I’m sure you’ll find it.
1) find the “Appearance” menu on the left-hand side of your WP dashboard and click “Appearance” to open the menu.
2) click on “Editor” within the “Appearance” menu. You should see on the right-hand side a list of the files that comprise the “Blackbird” theme template.
3) In the list of files, click on “Footer (footer.php)”. You’ll see code for the Footer area to the left of the list of files.
4) Scroll down through the code and look for the line of code “<span class=”blog-desc”>”. That line of code is several lines below the line of code “<!–End Footer–>”.
5) Copy and highlight the code line or lines just after “<span class=”blog-desc”>” and before the line of code “<?php echo get_bloginfo(‘description’); ?>”. Paste them into a notepad or word file and save the file just in case you want the original code from some reason in the future. I haven’t needed it, but I’m a bit paranoid.
6)Now delete the code line or lines that you’ve just saved.
7)Now, in the same place that you removed that bit of code, type in your copyright text. I typed in “Copyright ?2013 The Review”.So to show you the line before the typed text and the line under the typed text, in addition to the typed text, you should have the following (with your own website title, of course):
<span class=”blog-desc”>
Copyright ?2013 The Review
<?php echo get_bloginfo(‘description’); ?>Now just hit “Update File” to make the change stick and it should work.
Forum: Plugins
In reply to: [Register Plus Redux] Adding Captcha to Register Plus ReduxDr. John,
You may want to start a new thread for your concern given that the heading of this thread concerns adding captcha to the Register Plus Redux plugin and not about the text field. Radiok and Skullbit may or may not be more responsive to you in a different thread than they have so far on this one. So far, we haven’t heard from them.
Forum: Plugins
In reply to: [Register Plus Redux] Adding Captcha to Register Plus ReduxWP-reCAPTCHA won’t activate because it’s conflicting with the contact form (which includes captcha) plugin that I’m using. Do you have another reCAPTCHA recommendation that is specifically for registration and that doesn’t affect contact forms?
Was the Areyouahuman plugin integration ever fixed?
Forum: Plugins
In reply to: [Register Plus Redux] How do I insert a background image?Thanks for your help! I finally got it to work by eliminating the single quotes all together.
Forum: Themes and Templates
In reply to: [BlackBird] Copyright Symbol & Year MissingNevermind. I figured it out. I just typed the text I needed after “<span class=”blog-desc”>” and got rid of the get title php function.
Forum: Themes and Templates
In reply to: [BlackBird] Adding Items to Theme MenuThanks again for the link and your instructions. Adding the sub-item was easy as well. Have a great evening!
Forum: Themes and Templates
In reply to: [BlackBird] Adding Items to Theme MenuDoh! I think you many have already provided the answer within the link that you provided. Mia culpa; ignore my prior post.
Forum: Themes and Templates
In reply to: [BlackBird] Adding Items to Theme MenuThanks so much! That was easy. Now if I can just figure out how to get a sub-item on the menu, I’ll be on a roll… ??