The blog tag has no wiki summary.
0
votes
1answer
65 views
How to get post object on blog template
I have a big issue on catching attributes from global $post_object in a page template file.
I have a Template Name: Blog Page which is template-blog.php
On that page I use the current page permalink ...
0
votes
2answers
105 views
problem with wordpress author profile page URL
I have a problem with my wordpress blog here. everything seems to be working fine but the problem is after each post i am appending author information like the image below
but when i click on the
...
0
votes
1answer
65 views
How do i create a list-posts-page?
I'm trying to create the actual "blog" page that lists all the posts. It seems like such a basic thing, but i can't find out how to do it.
Do i create a page and assign it a special template? If i do ...
0
votes
2answers
84 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
410 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
87 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
188 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
402 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
1answer
36 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
63 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
640 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
3answers
321 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 ...
0
votes
3answers
150 views
Customizing SERP content for WordPress Blog
I want to customize the text that appears on the SERP for the posts on my WordPress blog. I want to be able to either provide some custom text or modify the fields that appear on the SERP page, for ...
0
votes
1answer
266 views
How to create a blogs category page with Blog-Types Plugin
I'm not a web developer so I don't know how to create an sql query to display information from my database.
Here's what I wanted to do, I want to have a page that will display blog categories. When a ...
0
votes
2answers
103 views
Is there a template tag/function for getting the URL (or slug or name or ID) of the blog page when using a “static” front page
Done some reasonable searching for this and don't think it's been asked before.
I've got a site which I'm developing a custom template/theme for. The site will use a page as the front page (rather ...
0
votes
1answer
3k views
How to display blog posts on a dedicated page?
I'm in the middle of moving to WordPress from another CMS. I definitely have to keep the links intact, which are like this:
example.com (Redirects to /blog)
example.com/blog (The blog, displaying ...
0
votes
2answers
66 views
posts and cms and posts again
I'm setting up a wp site as a cms that will sell cd's. I have set up the individual titles as posts on a page I call recordings, and have a number of categories that make up the collecition of discs. ...
0
votes
1answer
196 views
Displaying the blog entries in a Page (using get_posts to retrieve the posts)?
I made a page called blog.php which will store my blog entries, all the other pages have a custom post type called "Page Content" (for static content). I wanted to make a heading in this blog page ...
0
votes
1answer
77 views
What's the URL to my blogs (from my home page - which is a “page”)
How do I add a link under my home page banner to my blog summary page. My default page is a "page", not a "post".
http://nealwalters.com on 3.0.4
0
votes
0answers
20 views
Duplicate Wordpress Blog posts
Every time I post a blog to wordpress, it posts it twice. In other words, it make a duplicate post on the same time line. Does anyone have any suggestions as to why that may be? thanks
0
votes
0answers
15 views
Add a header above blog posts but below page header
How do I add an image to my blog page. I want it to appear under the page header but before the blog posts. It will be a static image (masthead for the blog). This is the address for the page: ...
0
votes
1answer
21 views
same custom field for single posts
I have a custom field for my blog page that displays a "custom title" in the header. When i click one of the blog posts on that page the "custom title" isn't there. I would like it to be the same ...
0
votes
1answer
11 views
Thumbnail only showing once [closed]
http://www.pureelysium.com/blog/
Ive made a new blog that does the featured thumbnail option, however its only showing the latest thumbnail... please could you advise?
this is my code:
<?php ...
0
votes
2answers
43 views
Blog as a part of a Wordpress site?
I'm not sure how to word my search terms for this problem.
I've created a site in WP.
So, let's assume the URL is http://example.org
The 'Contact' page would be http://example.org/contact, for ...
0
votes
1answer
31 views
Remove limit in characters of blog posts?
Im changing my blog, so its not possible to click on the post, but only see them in the preview. How and where do i remove the limit of characters on the preview page? I'm using the Mystile ...
0
votes
1answer
13 views
new blog post does not appear in blog after publishing
I can not see the new post I created for the blog.
In Settings > Permalinks > I changed it from Post name to Default
and
switched from a Theme Trust design to the default theme (twenty twelve).
I did ...
0
votes
0answers
22 views
Insert blog template on home template [duplicate]
i need to include "blog_page_2_column.php" into homepage.
I insert this into homepage template:
<?php include(TEMPLATEPATH . '/blog_page_2_column.php');?>
Works fine but i cant change the ...
0
votes
0answers
14 views
I need to include post template into home template
i need to include "blog_page_2_column.php" into homepage.
I do this, insert this
into homepage template, works fine but i cant change the page of blog...
Any idea?
The web is ucrburna2013.com.ar
Thx
0
votes
0answers
21 views
My blog has a design issue.
My blog has been getting a good visitors these days. I have used linkwithin add ons to show related posts. But the problem is it is showing related posts in even homepage. Is there any way to not to ...
0
votes
0answers
55 views
How to create a dropdown menu on Origami theme
I'm doing a Wordpress website using the Origami theme; in this website i have a navigation bar with the page "Blog" in it. When I hover the cursor of the mouse on the page "Blog" I want to create a ...
0
votes
3answers
123 views
How to create a category menu in Word Press?
I am new in WordPress world (before now I always used Joomla and some other old CMS)
Now I am testing WordPress and I have some doubts about how create a navigation menu in my WP Site.
This is my ...
0
votes
1answer
78 views
blank page with no code or errors on blog
I'm encountering some trouble moving a Wordpress installation from a development to a production server. The development server works just fine, but when moving to production the blog page suddenly ...
0
votes
1answer
167 views
Fatal error: require() [function.require]: Failed opening required in wordpress
My blog has been working fine for months. Today when I tried to open it I got the following errors:
Warning: require(/home/dhabitat/public_html/blog/wp-includes/functions.php) [function.require]: ...
0
votes
1answer
68 views
Page Title repeating in Wordpress
I am a newbie in WordPress and our website page titles are repeating. That is the first problem. The second problem appears to be that there is a space missing between the repetition.
I have attached ...
0
votes
2answers
114 views
Multiple Categories under one URL, where 'Front Page' is used already
I couldn't find an answer relating to this, maybe I just didn't come across it yet.
So the setup of the site I am working on at the moment:
The Front Page is not set, is default. I can't change this ...
0
votes
1answer
20 views
Wordpress blog set up
I plan to launch my website with multiple blogs plugged into it, with a main index page for all posts.
I currently have the index running from the root and two blogs running within their own folders ...
0
votes
2answers
107 views
Get image paths from RSS feeds
I'm displaying the content from one wordpress blog page on my server onto a different wordpress blog on the same server.
Apparently the only way is through RSS feed.
The images don't show up.
I ...
0
votes
0answers
9 views
Is there wordpress function that will subscribe a user to a specific blog category [duplicate]
Possible Duplicate:
Help integrating subscribe2 category subscribe into another plugin. (1 post)
Maybe this is more specific to the plugin I'm using (subscribe2), but is there a function I ...
0
votes
1answer
59 views
Putting a Category of posts under a Page
I have a website say mysite.com and there is a blog mysite.com/blog.When i post a new post under blog category its appears like mysite.com/newpost.I want the posts under blog category to be displayed ...
0
votes
1answer
60 views
2 tick boxes appearing below comments
In my site I have two tick boxes appearing above each other underneath the comments section.
I have tried disabling pingbacks etc.
How do I remove these?
example - ...
0
votes
0answers
70 views
Blog posts display link url of the thumbnail image [closed]
Im new to worldpress and i have encounter a problem that i cant fix by my self.
I wanted the blog posts thumbnail image to be linked to its orginal size in lightbox so when clicked it works well.
...
0
votes
1answer
138 views
How can I cycle posts with a #next and #previous script?
So, I'm having trouble trying to figure out how I would go about coding this kind of implementation for a Wordpress site. I have the first part done but am a little confused on how I would go about ...
0
votes
1answer
69 views
Custom navigation bar via wp_list_pages is broken for blog roll
Pretty simple question.
I have the 'blog' on my site set via 'reading' to be the page 'blog' located at mysite.com/blog. /blog is hierarchical, in that it has children.
I have a custom side bar ...
0
votes
0answers
305 views
Blog page not loading style sheet in IE9? [closed]
This one is driving me insane... http://www.manneye.com/blog/ - the style sheet in IE9 will not load up? Can anyone give me an idea of what might be causing this issue, I think I've checked just about ...
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
53 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 ...
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: ...
0
votes
2answers
226 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 ...
0
votes
1answer
32 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 ...