Stopped working on my site for no reason I can discern. Was working ok. any suggestions as to why or how to fix please?
https://www.thecaverns.net/Wordpress/content-2/archive-grid/
]]>When I save “[grid_archives]” in a post, I get: “call_user_func() expects parameter 1 to be a valid callback” ‘GridArchives’
Culprit is apparently line 367 of grid-archives.php: return call_user_func(array($this, ‘compose_html_’ . $this->style), $posts, $monthly_summaries, array(‘month_date_format’ => $month_date_format, ‘post_date_format’ => $post_date_format));
Thoughts?
]]>I need to replace post content with an image.
]]>Hello,
I really like this plugin and we are using it on our site: https://appsolute.hu/blog/archivum/
It would be nice if we can filter through the posts by not only category but tags too. Are you planning this development? If so, then I wouldn’t customize the code as I want it to be updateable.
Thanks for your help!
András
]]>Is there any option to display the full content of a post instead of the title and preview only? What code has to be changed?
thanks
]]>I really like the way this plugin displays my archive page, it’s great. I’d love for my page to display like it does on this page- https://blog.samsonis.me/archives-of-the-year/
How do I activate this option?
]]>G’day peoples.
I’m having some real problems getting a function to work in a site that I am building.
In my original site:
https://cairnslife.wordpress.com
my posts all displayed in a lovely grid, which was fantastic.
However… in my new site I’m building:
https://cairnslifestlye.com
I’m having some major issues trying to get posts to display in grids liek teh old site.
I’ve read up on how to do this, but have not found an article that describes it well, not have any of the solutions worked for me.
Can anyone help me out? My new theme is Drecord, my old theme was Suburbia.
I don’t have a loop.php and I want to make these changes for all posts in all categories. I don’t need it for pages.
Any help would be fantastic, this is driving me crazy!
I’ve set up a page to show the archives, included the correct short code, but get this error message when loading the page:
Warning: call_user_func() expects parameter 1 to be a valid callback, class ‘GridArchives’ does not have a method ‘compose_html_’ in /…/wp-content/plugins/grid-archives/grid-archives.php on line 348
I suspect it’s an issue with the theme I’m using. It’s new and doesn’t support anything other than post pages…
]]>Love the Grids in the header But;
Is there a way in which we could eliminate all of the graphics/’squares’ with the posts on them and replace with just a simple list of the posts under each month of the chosen year??
Which files do we edit?
What code do we delete & what code would we replace?
Thanks
Bill
Is there a way to display thumbnails? I think it is probably a really obvious bit of code, but I can’t figure it out!?!
]]>Hi,
I really like this plugin, but I’m a bit stuck. If I set the “post content” to 0, it pulls in the HTML for my posts and starts off with the image caption information. If I put in a certain number of characters, it pulls in my first photo’s caption (since all my posts start with captions).
What I’d really like, is for the title at the top and then my <h2>, and nothing else. If someone could direct me where in the code I could set this, I’d really appreciate it. Otherwise, if there’s a way to turn off everything and not have my HTML pull in, that would be acceptable also.
Here’s where I am now: https://www.oh-i-see.com/blog/archive/
Emily
]]>Some posts do not show up in the Grid Archive (sowandso.com/archives/). I miss one or two in he beginning of some months.
I do not understand why.
WordPress 3.5.1
Thesis 1.8.5
Grid Archives 1.6.0
I am having difficulty changing the color of the text and hover on the archives. The only thing I have been able to change is the background. I’m using the provided sample css and adding color: #…. but nothing happens. I also want to change the color of the date headers. Are you able to help me do this. I am using the plugin on another site and like it there very much.
]]>I really like this plugin, but would like to be able to vary the order of posts (i.e. accending / descening) within the shortcode. I need this facility so some order some way and others the other.
Thanks!
]]>[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
Hey I’m trying to display the post author under the post title. Here is the code snippet I’ve tried to add. It’s around line 206, I added the "'<p>By: </p>' . $post->post_author"
part.
foreach ($monthly_posts as $post) {
$html .= '<p>By: </p>' . $post->post_author . '<li class="ga_post">'
What displays is “By:”. The confusing part to me is that I can get $post->post_ID and $post->post_title to work. Also the $post definitely has a value for post_author. Here is the print_r($post):
stdClass Object ( [ID] => 161 [post_author] => 2 [post_date] =>
2012-09-06 22:12:05 [post_date_gmt] => 2012-09-06 22:12:05
[post_content] => Testing 1 2... [post_title] => Test Post
[post_excerpt] => [post_status] => publish [comment_status] => open
[ping_status] => open [post_password] => [post_name] => test-post
[to_ping] => [pinged] => [post_modified] => 2012-09-06 22:12:05
[post_modified_gmt] => 2012-09-06 22:12:05 [post_content_filtered] =>
[post_parent] => 0 [guid] =>
https://www.businessnetworkingorangecounty.com/?p=161 [menu_order] => 0
[post_type] => post [post_mime_type] => [comment_count] => 0 [filter]
=> raw ) stdClass Object ( [ID] => 122 [post_author] => 4 [post_date]
=> 2012-08-28 00:49:28 [post_date_gmt] => 2012-08-28 00:49:28
[post_content] => Just posting this to test out the system! ...
[post_title] => Tom's First Post [post_excerpt] => [post_status] =>
publish [comment_status] => open [ping_status] => open [post_password]
=> [post_name] => toms-first-post [to_ping] => [pinged] =>
[post_modified] => 2012-09-05 18:20:59 [post_modified_gmt] =>
2012-09-05 18:20:59 [post_content_filtered] => [post_parent] => 0
[guid] => https://www.businessnetworkingorangecounty.com/?p=122
[menu_order] => 0 [post_type] => post [post_mime_type] =>
[comment_count] => 0 [filter] => raw ) stdClass Object ( [ID] => 108
[post_author] => 1 [post_date] => 2012-08-27 23:58:56 [post_date_gmt]
=> 2012-08-27 23:58:56 [post_content] => post 1 [post_title] => Post 1
[post_excerpt] => [post_status] => publish [comment_status] => open
[ping_status] => open [post_password] => [post_name] => post-1
[to_ping] => [pinged] => [post_modified] => 2012-08-28 00:00:46
[post_modified_gmt] => 2012-08-28 00:00:46 [post_content_filtered] =>
[post_parent] => 0 [guid] =>
https://www.businessnetworkingorangecounty.com/?p=108 [menu_order] => 0
[post_type] => post [post_mime_type] => [comment_count] => 1 [filter]
=> raw ) stdClass Object ( [ID] => 1 [post_author] => 1 [post_date] =>
2012-06-27 20:08:14 [post_date_gmt] => 2012-06-27 20:08:14
[post_content] => Welcome to WordPress. This is your first post. Edit
or delete it, then start blogging! [post_title] => Hello world!
[post_excerpt] => [post_status] => publish [comment_status] => open
[ping_status] => open [post_password] => [post_name] => hello-world
[to_ping] => [pinged] => [post_modified] => 2012-06-27 20:08:14
[post_modified_gmt] => 2012-06-27 20:08:14 [post_content_filtered] =>
[post_parent] => 0 [guid] =>
https://www.businessnetworkingorangecounty.com/?p=1 [menu_order] => 0
[post_type] => post [post_mime_type] => [comment_count] => 0 [filter]
=> raw )
Thanks in advance for the help!
Dan
]]>Installed beautifully and looks wonderful. A brilliant plugin.
This would be highly useful for me if there were also the ability to enable display of a post’s featured image. As my site is so image driven I really need this capability in order to use the plugin.
Thanks for considering this feature.
]]>I want to use the grid format for the year archive as well as for categories. Which file and/or code do I need to edit for this?
Thanks for the plugin – I do like all that you have so far included in the options.
]]>I am having a problem getting the category parameter to work. I have several categories of posts but when I use [grid_archives category=”Cat1″], I get an archive page of ALL my posts – none are excluded. I looked at an earlier thread and tried to comment out some fo the code but it didn’t fix my problem.
]]>I get an error when trying to use this plugin:
Warning: call_user_func(GridArchives::compose_html_) [function.call-user-func]: First argument is expected to be a valid callback in /home/fbccchic/public_html/wp-content/plugins/grid-archives/grid-archives.php on line 345
any help?
]]>I’m not able to get this to display the correct category, (on local machine). When I save the page with a particular category tag, each archived page displays the same one even though have different category tags.
[grid_archives category=”Category 1″]
[grid_archives category=”Category 2″]
[grid_archives category=”Category 3″]
Whichever is saved last, all will show that category.
Any help?
]]>I would like to be able to display the archives per year. For example, 2011 on one page, 2010 on another page etc…
The reason being is that the more posts I have the longer it takes to load the Archives page. It would really clean up my archives. Is this possible?
]]>Hi
I was wondering. How and where do i change for my all my post to show in the grid instead of just 14 of theme right here: https://bjornmansson.se/?page_id=99
I made more posts, but only these 14 are shown.
Appreciate some help.
]]>Hi,
I’d like to use this cool archive plugin as a calendar to visualize events.
So I’m asking for some hacks to adapt this plugin or just to suggest new possible options.
(I’m trying to do it by myself but I’m not able enough with php)
Anyway
> I’d like to select which posts to show in the archive page (for example the ones belong to category “events”)
> To show the programmed posts too
thanks
]]>I’d like to be able to have the date displayed American style (month/day/year). Can this be done as an option?
Also, the default text if you don’t have a monthly summary (“… …”) should be optional. I killed it from your plugin file, but a checkbox ought to be considered instead, or a way to add a default monthly summary for all months.
Otherwise, this is quite a promising tool.
Peace,
Gene Steinberg
Just like to report a bug regarding escaped characters.
I’ve found that characters that need to be escaped are repeatedly escaped every time the settings for Grid Archives is saved.
Example:
In the word “didn’t”, the apostrophe would be escaped and thus would be re-written as “didn\’t” on the first save.
On the second save, “didn\’t” is rewritten as “didn\\\’t”.
On the third save, “didn\\\’t” is rewritten as “didn\\\\\\\’t”.
And so on…
]]>