Forums
(@ifmeister)
11 years, 2 months ago
Hi. I managed to get around the problem adding these rules to the .htaccess file.
RewriteRule ^assets/(.*) /<wp-project>/wp-content/themes/roots/assets/$1 [QSA,L] RewriteRule ^plugins/(.*) /<wp-project>/wp-content/plugins/$1 [QSA,L]
11 years, 5 months ago
Use a pre class of “linenums”.
Issue solved! There was indeed a problem with my syntax. The proper way of doing it is:
<pre class="prettyprint linenums"><code class="language-html"> // Code here <a href="url">sample text</a> </code></pre>