Tagged Questions
0
votes
1answer
63 views
Adding tables to the WordPress Editor
I tried this fix:
http://www.paulund.co.uk/display-full-tinymce-editor-in-wordpress
But I see no change in my editor. So how do I enable tables in the wordpress editor.
MY function is:
function ...
1
vote
0answers
96 views
Wordpress functions.php - Execute plugin specific user online
One Trick Pony posted a great script that I'm trying to adapt to my needs.
Registration in my website is restricted. There is only one user, a editor.
The idea is to have a Chat Plugin, and it would ...
0
votes
1answer
104 views
Function to add custom HTML into head in custom post-type list page
How can I add custom HTML/PHP file into head where custom post-type list showing like this ?
Any Wordpress function can do this ? or I can only do by JS(jQuery) to append my custom content ?
1
vote
1answer
63 views
Publish/Update post is changing image links from file url to post url
I've written a filter to wrap images included in posts with figure tags and their captions with figcaption tags. I turned off the visual editor so that it doesn't strip out all the html from the ...
2
votes
1answer
807 views
Solution to render Shortcodes in Admin Editor
I have asked this question about a year ago and I am hoping there is some type of simple solution which will allow me achieve my objective. So here it goes:
I often utilize shortcodes within the ...
0
votes
1answer
355 views
Editor cannot access Theme Options
I created a custom theme for Wordpress and customized the backend to have a white label look and feel. I am able to load up the options page and save settings (which push to a CSS file) from the ...
1
vote
2answers
223 views
VERY new to coding - keep breaking site trying to add to functions.php
I really appreciate everyone on this site who takes the time to answer questions here. I've learned a good deal already reading, but am sure I could learn even more if I could get past at least one ...