leapyear16
Forum Replies Created
-
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] About: Feature suggestionsI have a feature suggestion.
In the document site title separator, please include colon (:). Colon is one separator that Google recognizes and so you can add to the plugin in future so that those people who want to use a colon can have it.
mhhhhm, I don’t have any further suggestions as at now because the plugin works great.
About the functionality, I will just wait. I am not in a hurry because the plugin is just a breathtaking break from the other heavy and bloated SEO plugins.
FYI; The place I am living does not have any winters or springs. The tropical sun is ever blazing safe for some thunderstorms. So, I will keep on enjoying the sun and the thunders as I continue using SEO Framework!
Forum: Reviews
In reply to: [Watu Quiz] This Plugin is SuperbJust to add onto something here. This goes out to those who are into math and are working with latex equations.
I am using a latex plugin called wp quick latex to parse the latex equations.
In watu, I simply paste the latex codes in either the question section or the answer section and the equations shows up in the watu questions or answers (Depending on where I had pasted the latex code).
As an example, if you paste the code
$\frac{1}{2}\pi r^2$
in watu (Either question or answer section), you will see the equation for calculating the area of a semi-circle.
If you paste the code;
π=$\frac{22}{7}$
in watu then you will see the value of pi.
Forum: Reviews
In reply to: [Watu Quiz] This Plugin is SuperbGreat. The plugin works great even with my near 1000 questions. I am sticking with watu for the next several decades to come.
Forum: Hacks
In reply to: Plugin Shortcode in wordpress 4.5 not WorkingI finally got it working by using this code;
<?php defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); /* Plugin Name: 1245378 Description: This plugin was created to do bla bla bla... Version: 1.0 */ function test_me() { require_once('mr_happy.php'); //This is a script that executes some other tasks. } add_shortcode( 'leap', 'test_me' );
Forum: Hacks
In reply to: Plugin Shortcode in wordpress 4.5 not Working