The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
0answers
16 views

Different template and themes visible for different users

I'm trying to accomplish the following task: Create a WP installation which will allow different users to: see and manage posts and pages created only by them see and change templates of their ...
0
votes
0answers
24 views

Why do previews work in one browser, but not another?

I keep having an intermittent issue where the admin bar disappears from a wordpress site I often use, when using my main browser (Google Chrome). I can access /wp-admin/ no problem, and another ...
0
votes
1answer
43 views

Latest news mini images

I tried to find an answer on websites and other forums, but found nothing. I will try to explain my problem. I need to change my WordPress website so that it displays a small image for all news ...
1
vote
1answer
172 views

Preview Button Custom

Ive created a simple plugin which changes the preview link to the correct location as its a custom Wordpress install into an existing site framework. Using 'preview_post_link' filter I can change the ...
0
votes
1answer
69 views

Hide content from Post Preview

Is it possible to hide content in Post Preview (that is not hidden when the post is published)? I have customised single.php quite extensively and there are a few elements that I do not want my ...
1
vote
1answer
52 views

Show preview posts and pages to clients

My clients wants to see the changes i have made in his wordpress site before publishing. Is it a good method, paste the page preview link to show to him? Of course this method only works if we are ...
0
votes
1answer
171 views

How do I change TinyMCE button “i” to create a i tag rather than em?

I want to give the "italic" button back the "styling" behaviour, rather than the spammy <em>. I want that button to print a <i> tag, rather than <em>. <em> tags became popular ...
9
votes
2answers
122 views

Approve post directly from preview mode?

How do I approve a post directly from preview mode, instead of having to return to edit mode and/or "list of posts" mode? I'm script-matically uploading several (hundred) posts, but want to live ...
4
votes
2answers
146 views

Passing current cookies in wp_remote_get to get Draft Post Preview

I want pass current user cookies in wp_remote_get function to get a Draft Post Preview page content. I check already the questions: What URL do you pass to wp_remote_get to load the body of the ...
1
vote
0answers
109 views

Theme Live Preview on Front End?

I have a membership site where a member will fill out a form (FormidablePro, if that matters). This form contains information that will be the content on a site which will be created once the form is ...
0
votes
1answer
123 views

What program can I use to preview my wordpress site?

Apologies if this is the wrong site to be asking this, but I just downloaded a template for a website that I want to customise. On my Mac I have a program called Espresso which allows me to 'preview' ...
1
vote
1answer
104 views

Preview Changes button missing on custom post type page since updating to 3.4

Any idea why when I'm on post.php of my custom post type page I no longer see the Preview Changes button? I have checked on an old installation and it shows on WordPress version 3.3 but not 3.4. The ...
2
votes
1answer
256 views

Post/Page Preview Template

Is there a way to have a custom template php file that is only used for previews instead of it using the single.php file? This way the user knows they are in preview mode?
0
votes
1answer
85 views

404 when Previewing an unsaved draft

I just started at a new job and I'm being thrown into some pretty heavy WordPress bugs on their heavily modified system. Basically what's going on is that they have their own CMS that handles most of ...
0
votes
1answer
141 views

post preview/thumbnails not displaying correctly- linking to “home” instead of post?

Live site In the lower portion of the landing page, I'd like there to be three blog post previews- just the headline and thumbnail for the three most recent posts. I'm using the following code: ...
2
votes
2answers
496 views

How to make scheduled post preview visible to anyone?

When I write a post and schedule it for later publishing, WordPress will allow me to preview the post as if it was already published but I need to be logged in as administrator (or anyone who is ...
2
votes
1answer
462 views

How can I make the “Preview Post” button save and preview in the same window?

When you choose "Preview", which is actually a link, <a class="preview button" href="?p=52&amp;preview=true" id="post-preview" tabindex="4">Preview</a> the post is saved and the ...
0
votes
1answer
80 views

Sharing changes to a post (preview changes) with another user

We would like to be able to share changes to an existing post with other wp users without saving the changes (making them live). A nounce currently makes it impossible to share a previewed post. Is ...
1
vote
1answer
717 views

“Preview Changes” button doesn't show changes for previously published posts/pages

When go in and make some changes to an article and click the "Preview Changes" button (without having first saved anything), another window/tab opens, but the article shown is the last saved version. ...
0
votes
3answers
776 views

Show only preview of posts on the homepage?

Is it possible to only have a couple lines shown per post (or even 0 lines) on the homepage? Instead of dumping the whole article on the page?
2
votes
1answer
3k views

WordPress Theme Preview Image

I'm developing a custom WordPress theme. When I go to select themes in the Appearance menu, my theme does not have a preview image. Is there something I need to do to get a preview image to show up? I ...
0
votes
2answers
583 views

Some users getting a 404 when previewing draft posts/pages

I have a WP network and have found that users with roles other than "super user" (admins, editors, authors, etc.) are getting a 404 when trying to preview draft posts/pages/custom post types. Any ...