Questions tagged [custom-theme]
92 questions
-1
votes
1 answer
How can i set HTML tags in wordpress page and user just need to put content.?
I have converted HTML template in WordPress theme,
Now I need to set HTML tags in a custom field in WordPress page so the HTML tags are defined and the user just need to put content.
which plugin is better for my requirement?

Stephen
- 69
- 2
- 10
-2
votes
1 answer
Wordpress the_content is showing the custom post type, WHY? How can i remove it?
I'm having a problem with displaying the_content() of my custom post type. Apparently when I use the code in my single-project.php page, it outputs with a div showing the post title. Why does this happen and how do I get rid of it?