Tagged Questions
0
votes
1answer
48 views
Paragraphs removed when using get_post_custom()?
I'm using a custom field plugin called Advanced Custom Fields to create custom fields, but i don't think that's what's causing the problem.
When i fetch the custom fields from a template using ...
0
votes
1answer
106 views
is ther a plugin that will hide/show content for a scheduled period of time?
We would like to post some html during a specific time on a given day of the week.
For instance: Imagine a website for a TV station that wants to show what is on the air right now.
I am looking for a ...
1
vote
2answers
385 views
Get entire page content (generated HTML in browser)
I'm looking for a filter that provides the full page generated in WordPress - including the head section with meta tags, body, styling and dynamic content. the_content() and the_excerpt() do work only ...
0
votes
2answers
63 views
HTML tables in content areas
Is there a plugin that would allow me to create and edit tables within the content block in posts and pages? I suppose a bit like the 'insert table' command in MS Word.
1
vote
4answers
293 views
How to use code sample into WordPress post?
I am using WordPress, and when I post some post data into my WordPress post, including some html code, as follows:
<code><div id="access"></div></code>
I want the code to be ...
3
votes
3answers
4k views
I want to have my custom field use HTML, how do I do that?
I want to have my custom field use HTML, how do I do that in such a way that I can use a rich text editor to view the content?