W
by Michael Adams (mdawaffe)
5 (10 reviews)
WP LaTeX
WP LaTeX creates PNG images from inline $\LaTeX$ code in your posts and comments.
Tested up to WP 4.1 (Current: 7.0.1)
v1.9.3
Current Version v1.9.3
Updated 7 months ago
Last Update on 18 Nov, 2025
Refreshed 8 hours ago
Last Refreshed on
Rank
#7,918
-8 this week
Active Installs
700+
-12.2%
KW Avg Position
45
—
No change
Downloads
46.1K
+3 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(10 reviews)
Next Milestone 800
700+
800+
216
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 31 more installs to reach 800+
Rank Changes
Current
#7,918
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
10 reviews
Overall
100%
5
10
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| latex | 12 | — | Tag | 12 hours ago |
| equations | 19 | — | Tag | 12 hours ago |
| WordPress.com | 104 | — | Tag | 12 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.9.3
- Last Updated
- Nov 18, 2025
- Requires WP
- 3.2+
- Tested Up To
- 4.1
- PHP Version
- N/A
- Author
- Michael Adams (mdawaffe)
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 10
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about WP LaTeX
This plugin uses the WordPress Shortcode Syntax. Enter your LaTeX code inside of a [latex]...[/latex] shortcode. [latex]e^{\i \pi} + 1 = 0[/latex] You may alternatively use the following equivalent syntax reminiscent of LaTeX's inline math mode syntax. $latex e^{\i \pi} + 1 = 0$ That is, if you would have written $some-code$ in a LaTeX document, just write $latex some-code$ in your WordPress post. For the curious, the shortcode syntax is slightly faster for WordPress to process, but the inline syntax is a little easier for us humans to read. Pick your poison.
Yes. You can set the default text color and background color of the images in the Plugins -> WP LaTeX admin page. You can also change the colors on an image by image basis by specifying color and background attributes inside the LaTeX shortcode. For example: [latex color="ff0000" background="00ff00"]e^{\i \pi} + 1 = 0[/latex]
Colors are specified in RGB with the standard 6 digit hex notation. The equivalent "inline" syntax uses fg and bg parameters after the LaTeX code. $latex e^{\i \pi} + 1 = 0&bg=00ff00&fg=ff0000$
You can specify a size attribute in the LaTeX shortcode: [latex size="4"]e^{\i \pi} + 1 = 0[/latex] or, equivalently, an s parameter after the LaTeX inline syntax: $latex e^{\i \pi} + 1 = 0&s=4$ The size can be any integer from -4 to 4 (0 is the default). These numbers correspond to the following LaTeX size commands. size = LaTeX size -4 \tiny -3 \scriptsize -2 \footnotesize -1 \small 0 \normalsize (12pt) 1 \large 2 \Large 3 \LARGE 4 \huge The LaTeX images work, but they don't really fit in with my blog's theme You can adjust the CSS used for the LaTeX images to suit your theme better. Go to Settings -> WP LaTeX and edit the Custom CSS.
You can't with this plugin. WP LaTeX forces you to stay in math mode. Formatting and styling for your posts should be done with markup and CSS, not LaTeX. If you really want hardcore LaTeX formatting (or any other cool LaTeX features), you
Instead of images, I get error messages. What's up Formula does not parse: Your LaTeX is invalid; there must be a syntax error or something in your code (WP LaTeX doesn't provide any debugging). Formula Invalid: Your LaTeX code attempts to use LaTeX commands that this plugin
See above. The forumula is too long: Break your LaTeX up into multiple images. WP LaTeX limits you to 2000 characters per image. Could not open TEX file for writing or Could not write to TEX file: You have some file permissions problems. See Intallation instructions.