The markup tag has no wiki summary.
0
votes
1answer
32 views
Add custom classes to TinyMCE generated markup
Is there a way to add custom classes to the markup that the tinyMCE WYSIWYG editor?
Obviously, I could apply any styles by targeting the post/page wrapper, but my concern is getting markup to play ...
-1
votes
1answer
34 views
Using Schema with `the_excerpt`
I'm currently developing a WordPress site and want to use Schema, I have been some what successful so far but have now hit a stone wall. I want to use: itemprop="description" to the ...
0
votes
1answer
124 views
Make wp_link_pages() suitable for Twitter Bootstrap markup
Below there's the Wordpress code found in post-template.php for the wp_link_pages() function - this function generates a page navigation for posts or pages having the content split into multiple ...
1
vote
1answer
319 views
Remove 'rel' attributes from the_category() output
I am trying to get the categories associated with a post in it's meta section by using the following code:
<div>FILED AS: <span class="gf-post-meta-result"><?php the_category(' ...
2
votes
3answers
482 views
Pinterest Integration Using functions.php
I use a theme to build an portfolio.
I´d like to add an pinterest "pin-it button" into the fuctions.php:
Facebook, Google+ an Twitter were done, just the pinterest won´t work.
Can´t found the the ...
0
votes
3answers
1k views
ShortCode and extra </p>
[box id='1' text="some texte"]
the shortcode, at one point is outputting text
the html result is : </p> some text </p>
There is an extra closing paragraph in the start and and opening ...
0
votes
1answer
310 views
How can I get Wordpress to save comments in markdown format?
I love markdown, and I have the Wordpress markdown-for-wordpress-and-bbpress parsing markdown in my posts and comments.
However, I've noticed that Wordpress saves the comments rendered in html ...
2
votes
3answers
1k views
Comment Reply javascript
I am working on a client site which is a very stripped down theme. It has no standard html markups as a result of which the reply box doesn't move upto the place of being just below the comment to ...
0
votes
2answers
174 views
Modifying the markup in the Tag Cloud widget?
I need to modify the markup of the tag cloud widget.
Can someone tell me how to go about doing this without modifying any of the files outside of the theme directory so my changes don't get ...
6
votes
4answers
3k views
How can I alter the [gallery] markup?
I would like to change the markup created by [gallery] from what is it as standard (dl) to a unordered-list with a difference. Below is the desired markup:
<ul>
<li><a ...
0
votes
2answers
71 views
Why is adoptStyles-css stylesheet link added to every page?
By looking at the source of any of the WordPress pages on my site, I can see there is this stylesheet link:
<link rel='stylesheet' id='adoptStyles-css'
...