The text tag has no wiki summary.
1
vote
1answer
148 views
Add description to custom text widget and display the 5 recent post titles
I just started coding and working as an intern for a company. My boss asked me to create a custom text widget for practice in making word press widgets. The problem I am running into is I have no idea ...
0
votes
1answer
119 views
How to retrieve text only from wp_content() not from wp_excerpt()?
I'm currently developing a website with WordPress 3.5 and I need to retrieve Post Text (Only text, not include images) at Archive Page. I can retrieve it with wp_excerpt() method without any problems. ...
0
votes
1answer
79 views
How to add custom text editor in add post section?
How can I add custom text editor in wordpress? Is there any way to do that?
If not, How can I add or remove certain features from it?
Thanks in advance.
0
votes
0answers
24 views
add text to posts and pages automatically
i wanted to be automatically added specific text to the POSTS and PAGES while publishing, then inserted the codes into functions.php:
function add_before_content($content) {
if ( 'post' == ...