Tagged Questions
0
votes
1answer
29 views
Fatal error: Cannot redeclare comment_theme()
I have this wordpress site build up. In the blog section my post is getting repeated which I do not want how can I get rid of this situation
Use this link: ...
-1
votes
0answers
57 views
Blog page nav not working with default permalink structure
I have a piece of php code that creates nice looking page navigation, however when the permalinks are set to default rather than something like post name the pagination buttons don't work and just ...
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 ...
-2
votes
2answers
352 views
How do I remove blog entries from home page Twenty Eleven child theme?
I have been wrestling with this for some time. I've read the documentation about creating a separate home page and posts page, and so on, and I have managed to create a landing page, and a blog.
...
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
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
1answer
102 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
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 ...
1
vote
1answer
213 views
How to move all theme templates into a subfolder WP
I'm looking for a wordpress function to move theme's templates into a subfolder (mytheme/templates). Anyone know?
The solution can be paid (plugin) or free.