The formatting tag has no wiki summary.
0
votes
2answers
40 views
Wordpress options text format
Wordpress converts my theme options text with smart quotes.
I know that to remove problem from posts etc:
remove_filter('the_content', 'wptexturize');
remove_filter('the_excerpt', 'wptexturize');
...
0
votes
1answer
28 views
How do I display page content next to a contact form, rather than under it?
Using a stock wordpress theme and contact form 7. Lots of room on the form's right but it insists on putting everything underneath it.
0
votes
1answer
40 views
Custom formatting
After some advice to get pointed in the right direction.
I am knocking together a site for a friend who isn't the most technical minded so want to make the process easy and of course Wordpress offers ...
-1
votes
1answer
30 views
Is there a way to reorder a collection of posts to read from top (oldest) to bottom (newest)?
After I complete a collection of posts, can I reorder them in reverse to read from the top (oldest post) to bottom (newest post)?
-1
votes
1answer
371 views
How to show only text from post in WordPress
How do I retrieve just the text of a post in WordPress not including any pictures?
1
vote
0answers
111 views
How can I remove <br /> line breaks from manually formatted HTML?
I see a lot of posts here and elsewhere having trouble adding line breaks for some reason, but I'm trying to remove them. I'm new to WP, and I see that when editing in "HTML" mode the text is rendered ...
