The blog tag has no wiki summary.
0
votes
1answer
43 views
Recents posts pulling from different post type
This blog page is pulling from a Page Template called full-width-blog.php. The left of the content is where the supposed general posts should appear. On the right is the sidebar.
How could you make ...
0
votes
0answers
52 views
Limiting number of posts on sidebar.php [closed]
1 - Sidebar is pulling all posts from "Recent News". How could you limit it to X?
http://www.joaoalexandre.com/wordpressteste/blog-2/
sidebar.php: http://pastebin.com/evUXXy7v
2 - "Testimonials" is ...
-1
votes
1answer
63 views
Persistent sidebar.php [closed]
This sidebar does not let itself be aligned either on the left or on the right, so that the content below (the posts) can be placed next to it.
Sidebard on one side, posts on the other.
This is the ...
0
votes
0answers
29 views
Setting up a proper Blog with the index.php [closed]
This page is assigned to be the Blog page: http://www.joaoalexandre.com/wordpressteste/artigos/
But it has lots of repeated elements. How do you get a more "proper" looking, simple blog?
index.php: ...
4
votes
3answers
248 views
How to embed page content in a blog post
I've built an HTML table that is posted on a page in my site, and I'd like to use that same content inside a blog post (something of an announcement of the table's publication). The table is likely to ...
0
votes
2answers
206 views
Blog template PHP [closed]
Here's the WP wordpress website: http://www.joaoalexandre.com/wordpressteste/
And here's the Blog section: http://www.joaoalexandre.com/wordpressteste/artigos/
How can I show a regular simple blog ...
1
vote
1answer
93 views
Displaying Latest Posts on a Page
I am trying to create a loop to display the title and excerpt of each blog post onto a page that isn't my index page. The in-progress demo site is here: http://thewestharbour.com/mypakage/
On the ...
1
vote
2answers
96 views
Add blogs to “Blogs i Follow” sidebar [closed]
We've been reading through the documentation and watched a video, and gone through all the options in the Dashboard, but whenever we try adding links to the Blog Roll or 'Blogs I follow' section, they ...
0
votes
1answer
184 views
Using “/blog” as a site with Wordpress Multi-Site
I have Wordpress installed in the root directory, and plan to use the domain.tld as a portfolio and domain.tld/blog as personal blog site.
Since the blog keyword is reserved in Wordpress and can't be ...
3
votes
1answer
1k views
how to display full post with pagination on home page
I am using the 'Hatch' theme. I'm familiar with HTML/CSS but not with WordPress, first time working with this.
I have my homepage showing recent posts and that's good.
However, I want to make a ...
0
votes
2answers
81 views
Permalink: postname EXCEPT for blog
In order to refrain from possible duplicate URLs or conflicting URLs, I really want to use "postname" for a clean URL structure, EXCEPT for the blog ... for the blog and it's posts, I always want ...
0
votes
1answer
28 views
Wanting to apply different featured images for each post
This is my first wordpress website here and so far it'll looking good. The only thing I have left that I just can't figure out is the featured image for my blog page.
I have set the main blog banner ...
0
votes
1answer
387 views
How to separate each individual blog post?
Im trying to create a blog page that has each post separate with a border around each one. A good example I can think of would be http://blog.pagodabox.com/. How every post is divided into its own ...
0
votes
1answer
83 views
blog page showing only first post
Live site.
My blog page is showing only the very first published page, and not the subsequent posts. I've noticed, too, that when viewing the page source, the blog page seems to be using single.php ...
0
votes
1answer
685 views
How to make blog posts appear under different menu items?
On my site, I have a 'blog' menu item and a 'portfolio' menu item.
http://richardclunan.com/blog/
http://richardclunan.com/portfolio
I'd like to make it so that when I post a blog post, I can ...
-1
votes
1answer
57 views
Have an html site but want to add an existing WordPress site to the back end.
I have an html site and an existing WP site with lot's of content. What I would like to do is tie the two together with the blog on back end. So in essence I would have the .html and then on the menu ...
1
vote
1answer
111 views
Is there a PressThis that doesn't hotlink?
What are some plugins or alternatives to the PressThis function?
I want to use the PressThis bookmarklet to quickly blog about what I see online, but every time I do and include an image, it hotlinks ...
1
vote
1answer
207 views
I put my blog on a subpage, how do I get page title?
I've got my blog setup on a subpage (not the front page) and I'm using the template file home.php, how can I get the contents from the page editor onto this subpage?
If I change the title of the page ...
0
votes
2answers
242 views
Showing a list of posts when homepage is custom
I am developing a custom theme.
I edited my home.php to show something custom. I also edited index.php to display a list of posts or other things.
After this I can't get a list of all posts which ...
0
votes
2answers
271 views
Multiple Authors on a Single Blog
I'm currently researching into using WordPress and so, apologies in advance if this seems like a very basic question.
Our main requirement is to have a single blog, but allow multiple users / ...
0
votes
1answer
82 views
when I create a page with a /blog permalink the css gets messed up
When I create a page with a default template and parent set to no parent, with the permalinks name being sitename/blog the css on that page gets messed up(including the admin bar is all messed up), if ...
0
votes
1answer
178 views
Why won't pagination work?
I am using a page template with code to display all blog posts:
<?php /* Template Name: Blog */ ?>
<?php get_header(); ?>
<div id="main">
<?php
// ACF Page number variable
...
0
votes
1answer
101 views
How to make number of blog posts a custom field?
I'm using advanced custom fields and I have the following code:
<?php
$args = array( 'numberposts' => 3 );
$lastposts = get_posts( $args );
foreach($lastposts as $post) : setup_postdata($post);
...
0
votes
1answer
219 views
Custom Headers on Blog Posts Page
So I have created my own template that has a set header for all of my pages home (which is a static front page), about, services, contact, etc....
I have recently created two newer pages products and ...
1
vote
1answer
77 views
A garbled copy of MY blog on this site? [closed]
I stumbled upon a website that had a garbled copy of a post I wrote a while ago and posted somewhere else. This site has no contact, no way to get in touch with admin, just brings me to ...
0
votes
1answer
51 views
how to show content of latest blog post with read more link?
I want to show the latest blog post content in my side bar with a read more link.
So how will I do this?
0
votes
1answer
932 views
Changing max number of blog posts per page doesn't work
WP 3.2.1
Changing the max number of posts to show on each page via Settings->Reading isn't working. Could this reported bug be the culprit?
0
votes
1answer
372 views
Blog pagination WITHOUT using max_num_pages
WP 3.2.1
I'm in a bit of a bind. I have to create some pagination for the blog, but I believe I'm running into the bug described here, and I don't have authorization to fiddle with the server's ...
0
votes
2answers
96 views
Restricting certain blog posts by date?
I'm building my friends blog and he asked me a rather odd request. He wants the latest five blog posts to be visible to non-registered members but not to others. I'm using s2Member for membership ...
0
votes
1answer
35 views
Can I make a parent page of the blog and have it display a paragraph/thumbnail of certain entries?
WP 3.2.1
The title just about says it all. I'd like to make a parent page of the blog that will dynamically show a little teaser of certain entries (either the most recent or random, depending on ...
0
votes
2answers
46 views
Looking up WordPress account information from Host or php files
I recently started working at a company where they would like their webpage to be updated. Unfortuantely, I only have the hosting information and the files that are associated with the FTP manager. ...
0
votes
1answer
117 views
direct some posts to only appear on a specific page
I have a blog at JonCrowell.org. When I add a new post, it appears on the home page. I have created a new page called "Technical Notes." I would like to be able to choose whether a new post that I ...
0
votes
1answer
78 views
Nothing shows on specific blog post? [closed]
Blog posts show fine in blog page but when I click on the title to look at that specific post to read or write a comment it show nothing. It shows 'You are here: Home \ Array' on the bog page and 'You ...
0
votes
1answer
165 views
Portfolio & Blog cohabitation : multiple single.php files?
I'm currently creating a website that's going to be powered by Wordpress and have both a portfolio and a blog.
How should I go about coding up the single.php?
I understand custom post types are the ...
0
votes
1answer
61 views
Add posts from other Wordpress blog to the current one
This might seem like a duplicate, but other questions I've found seem to be about exporting/importing Wordpress, as a 1 shot deal.
My situation here is quite different; I'm looking for a ...
0
votes
1answer
624 views
Functions.php: Exclude Category from “Blog”
So it's quite obvious to how exclude certain categories from within a template, but I don't want to have to modify 4 templates so that they ignore a certain category.
Is there a way that I can ...
0
votes
1answer
36 views
Blog automatically redirected to error page
I have a blog link. It was loading fine, but now when I open it. It redirects to error page.
0
votes
1answer
64 views
add html to static posts page. [closed]
I'm using static page for the front page display. I also have a page listed as posts page. I would like to know how to add html to this page. When I do add this it doesn't appear.
<div ...
0
votes
1answer
36 views
Creating a blog on my companies new website using Wordpress but I have sidebar issues
As said in the title, I am creating a blog on my companies new website using Wordpress but I have sidebar issues.
The website is only in production phase at the moment.
The Link is so you can see ...
0
votes
1answer
89 views
Differnt page template for page 2 of blog feed
Is there a way I can use one page template (A custom page template for example) for the first page of my blog and then another template (Index.php for example) for page 2, 3, 4, etc.?
0
votes
2answers
717 views
Wordpress Query Posts From Category Post on Static Page
So I'm trying to query some posts from 1 category only and it does seem to be working. I tried get_post() also but no luck and after awhile I just caved and used query_posts (which is apparently bad ...
1
vote
2answers
677 views
How to make a secure blog that is completely private?
I have a login safe application and it has hundreds of users.
WordPress is a separate module of it and only used for blogging purpose [no other usage].
Both using the common database.
The blogs are ...
0
votes
3answers
309 views
Blog & Portfolio setup
Like so many others on the web, I've been trying to get a blog and a portfolio to play nicely together within the same website. Here is what I would like the urls to look like and some things that I ...
-1
votes
2answers
3k views
Blog has an infinite redirect loop
Why is http://compassionpit.com/blog/ going through an infinite redirect loop? Here's my nginx conf file. The site is run by a nodejs server on port 8000 and Apache serves up the blog (wordpress) and ...
0
votes
1answer
65 views
long blog post on self hosted wordpress blog not displayed
I have my self hosted wordpress blog here I recently created a blog post which is very long with so many pictures and text, but i suddenly found that my blog post was not displayed
but if i cut short ...
2
votes
2answers
665 views
Moving my current wordpress blog to a subdomain
I currently have a blog set up on my domain (eg domain.com), but I would like to move it and all of its contents to a subdomain (eg sub.domain.com). Is there anything I need to watch out for or ...
0
votes
1answer
58 views
Not being allowed to use some terms in Add New Site in Wordpress
The following words are reserved for use by WordPress functions and cannot be used as blog names: page, comments, blog, files, feed
This is the error message that I'm getting. I wanted to use /blog ...
2
votes
2answers
199 views
Sitewide page on all the blogs in the network
I have WordPress multisite installed. And i need to make it so that a page called (Company Ideas) on the main blog is added to new blogs created on the network.
So once someone registers a new blog. ...
3
votes
3answers
2k views
Disable WordPress' blogging functionality and disable 'posts'
I'm currently using WordPress for a website and it will simply be acting as a CMS rather than a blogging platform. This means that WordPress' 'posts' are not needed. Is there anyway of disabling them ...
0
votes
2answers
480 views
How can I set a vote on the comments?
In this wordpress blog, one can vote the comments. I am wondering how can I set up this function in my wordpress blog?